Merge pull request #232 from nwekechinonso/patch-1

Update day38.md
This commit is contained in:
Michael Cade 2022-11-11 06:27:12 +00:00 committed by GitHub
commit 47e387ea96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,7 +52,7 @@ When nano opens you can then add your short and long description and then save t
### Committing Best Practices
There is a balance here between when to commit and commit often. We do not want to be waiting to be finished the project before committing, each commit should be meaningful and they also should not be coupled with non-relevant tasks with each other. If you have a bug fix and a typo make sure they are two separate commits as a best practice.
There is a balance here between when to commit and commit often. We don't want to wait to the end of the project before committing, each commit should be meaningful and they also should not be coupled with non-relevant tasks with each other. If you have a bug fix and a typo make sure they are two separate commits as a best practice.
Make the commit message mean something.