7

First rant... I'm on a large project where en use Git. Apparently I am the only one who, after pulling the dev branch, do multiple local commits to track (and possibly) undo my local work before I merge into development again. Everyone else do ONE local commit. Am I gitting wrong?!

Comments
  • 5
    No, you're right, commit small and commit often is the way it should be done in my opinion.
  • 1
    Git good or git out!

    But yeah I agree with your way, commit small for easy troubleshooting
  • 0
    Perhaps the others are making several local commits on their own branch, then squash the whole branch into one commit before pushing it to the common, remote branch.
  • 1
    @Eariel I was guessing that was what was happening but I brought it up at a scrum meeting and apparently.... No :-)
Add Comment