wk 2 Project tech - Sophievanderburg/blok-tech GitHub Wiki
👩💻 Git strategy
How do I commit/push?
I commit/add/push through the CLI, except for the wiki-pages and the README.md . I do this to become more comfortable with the CLI.
When do I commit?
I commit every time on the end of the day when I stop working. In the commit message I will report where I was working on when I stopped. I also commit when something I worked on actually works.
✨ Note to self: Better to commit too much than too little!
How do I write my commit messages?
In the commit messages I have to explain what I did. F or example "created file filename", "worked on ..., but does not work yet" or " this part fo feature works now"
Do I use branches?
For the individual part of this course I will not make branches. If I commit often enough I do not think that is necessary.