Useful git commands and tips.
Links or onliners that save my git life
Split a commit in two : interactive rebase, edit the commit of interest, reset HEAD^, recommit in as many splits as you want, git rebase –continue
Links or onliners that save my git life
Split a commit in two : interactive rebase, edit the commit of interest, reset HEAD^, recommit in as many splits as you want, git rebase –continue
Leave a Reply