diff options
author | Guangxiong Lin <[email protected]> | 2023-10-19 07:59:18 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-19 07:59:18 +0800 |
commit | 96cdabea475bacda9a24f24ec88427d13f976806 (patch) | |
tree | 22969cf81b75a6ea0cea00ed34bf8c10ae835918 | |
parent | fe697a2045e058f6eee7a100a03e7e212bafbdef (diff) | |
download | navi-cheats-96cdabea475bacda9a24f24ec88427d13f976806.tar.gz navi-cheats-96cdabea475bacda9a24f24ec88427d13f976806.tar.bz2 navi-cheats-96cdabea475bacda9a24f24ec88427d13f976806.zip |
Add rebase cheatsheet
-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' |