68
edits
Salty-horse (talk | contribs) |
Salty-horse (talk | contribs) (→Dont's: Grammar) |
||
Line 8: | Line 8: | ||
* '''Never ever''' use '''''git push -f''''' without discussing it on the mailing-list. That operation deletes commits from the server, and will cause problems to others working with the repository. | * '''Never ever''' use '''''git push -f''''' without discussing it on the mailing-list. That operation deletes commits from the server, and will cause problems to others working with the repository. | ||
* Try to not create pointless merge commits. This will be | * Try to not create pointless merge commits. This will be explained in the [[#Workflow]] section. If you do make merge commits, the branch you're merging should include commits that are "bunched together" on purpose. This makes them easier to review or revert. | ||
== Workflow == | == Workflow == |
edits