-
Notifications
You must be signed in to change notification settings - Fork 1
Git usage
nucularmoo edited this page Oct 3, 2017
·
2 revisions
Please avoid using git commit -m "Message"
.
Instead use the command git commit
and include a description of your commit in addition to the name of the commit.
Please avoid committing more than one feature per commit. If you feel the need to use the word "and" in your commit message title, you should most likely be doing two commits instead of one.
Keep the commits small.
Please avoid including more than one feature per pull request. Please complete merging of one branch before starting the merge of another branch.