tbf i'd do this for like 10 commits and squash commits like so: git reset --soft HEAD~10 git commit -am "actually informative commit message" git push -f the gc's are purely staging small units of work.
tbf i'd do this for like 10 commits and squash commits like so: git reset --soft HEAD~10 git commit -am "actually informative commit message" git push -f the gc's are purely staging small units of work.
No replies