From 55e5058f6631cda08ac033ea986e2cf12a418bca Mon Sep 17 00:00:00 2001 From: Felix Itzenplitz Date: Thu, 12 Jan 2017 16:37:47 +0100 Subject: [PATCH] git: add `grbs` --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index e62bebe..f6ba46a 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -137,6 +137,7 @@ alias -g gp='| grep -i' #creates a global alias for grep | _gr_ | git remote | | _grba_ | git rebase --abort | | _grbc_ | git rebase --continue | +| _grbs_ | git rebase --skip | | _grbi_ | git rebase -i | | _grh_ | git reset HEAD | | _grhh_ | git reset HEAD --hard |