Pārlūkot izejas kodu

git: add dr alias

Thomas Dy 1 mēnesi atpakaļ
vecāks
revīzija
2eb9f35f40
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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