Browse Source

git: add dr alias

Thomas Dy 1 month ago
parent
commit
2eb9f35f40
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .config/git/config

+ 2 - 0
.config/git/config

@@ -49,6 +49,8 @@
 	riu = rebase -i @{upstream}
 	# rebase interactive autosquash upstream
 	riau = rebase -i --autosquash @{upstream}
+	# diff the rebase
+	dr = range-diff @{u} @{1} @
 	ca = commit --amend
 	smash = "!git add -u && git ca --no-edit && git pf"
 	reset-head = remote set-head origin -a