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