diff options
-rw-r--r-- | cheatsheet.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cheatsheet.txt b/cheatsheet.txt index 20894f7..3a66a5b 100644 --- a/cheatsheet.txt +++ b/cheatsheet.txt @@ -88,6 +88,8 @@ History Cleanup words, master is now a prefix of our history which means we can fastforward-only (--ff-only) merge this history into it): + git cout master + git pull git cout feature git merge master git rebase master |