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 |