From d96262d0949441b6231a161728c3c321bdaac600 Mon Sep 17 00:00:00 2001 From: eltigba <42951422+eltigba@users.noreply.github.com> Date: Tue, 22 Jan 2019 15:36:56 -0500 Subject: [PATCH] Add `git rebase develop` alias --- Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Cheatsheet.md b/Cheatsheet.md index 3f89d12..a1fa5e5 100644 --- a/Cheatsheet.md +++ b/Cheatsheet.md @@ -164,6 +164,7 @@ alias -g gp='| grep -i' #creates a global alias for grep | _grb_ | git rebase | | _grba_ | git rebase --abort | | _grbc_ | git rebase --continue | +| _grbd_ | git rebase develop | | _grbm_ | git rebase master | | _grbs_ | git rebase --skip | | _grbi_ | git rebase -i |