You're viewing a single thread.
All comments
72
comments
git commit -m 'initial commit'
git commit --amend
git commit --amend
git commit --amend
git commit --amend
....
git commit --amend
21 0 ReplyIt's all fun and games until a git push slides in between...
3 0 ReplyAlways use --force, far fewer errors that way.
I also use git reset instead of merge. It keeps history more linear.
3 0 Reply- --force-with-lease
1 0 Reply
72
comments
Scroll to top