diff options
-rw-r--r-- | git.cheat | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,4 +3,7 @@ # Fixup commit git commit --fixup <commit_id> +# Rebase +git rebase -i <commit_id> + $ commit_id: git log --pretty=reference --- --column 1 --delimiter '\s' |