Add `git rebase -` alias

Similar to 564979b0c7, it's fairly often
that I'm rebasing on a previous branch like after updating a local
master branch.
master
Jordan Atwood 9 months ago
parent b7d9a345e1
commit 45da1c4dd1
Signed by: nightfirecat
GPG Key ID: 615A619C2D73A6DF
  1. 1
      src/.gitconfig

@ -34,6 +34,7 @@
pullrsurp = !git pull --rebase && git submodule update --recursive && git push
reauthor = "!git commit --amend --no-edit --author=\"$(git config user.name) <$(git config user.email)>\""
reword = commit --amend
r- = rebase -
shortstat = diff --shortstat
stat = diff --stat
sur = submodule update --recursive

Loading…
Cancel
Save