From 207a01d84f672fd11532e21a76f0cb91b78dfbf2 Mon Sep 17 00:00:00 2001 From: Matthias John Date: Tue, 25 Sep 2018 20:34:32 +0200 Subject: [PATCH] Add grb (git rebase) --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index 1fe182b..f3d2195 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -159,6 +159,7 @@ alias -g gp='| grep -i' #creates a global alias for grep | _gp_ | git push | | _gpoat_ | git push origin --all && git push origin --tags | | _gr_ | git remote | +| _grb_ | git rebase | | _grba_ | git rebase --abort | | _grbc_ | git rebase --continue | | _grbs_ | git rebase --skip |