From a2fc5a4f325b9531b033c43f6bcfca8768d9e22e Mon Sep 17 00:00:00 2001 From: Satoshi Ohmori Date: Tue, 13 Oct 2015 11:22:09 +0900 Subject: [PATCH] Add glum(git pull upstream master) --- Cheatsheet.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Cheatsheet.md b/Cheatsheet.md index 67ed9dd..be2e976 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -93,7 +93,10 @@ See `~/.oh-my-zsh/lib/directories.zsh` | _ggpnp_ | git pull origin $(current_branch) && git push origin $(current_branch) | | _ggpull_ | git pull origin $(current_branch) | | _ggl_ | git pull origin $(current_branch) | -| _ggpur_ | git pull --rebase origin $(current_branch) | +| _ggpur_ | git pull --rebase origin $(current_branch) +| +| _glum_ | git pull upstream master +| | _ggpush_ | git push origin $(current_branch) | | _ggp_ | git push origin $(current_branch) | | _ggsup_ | git branch --set-upstream-to=origin/$(current_branch) |