Thomas Dy преди 1 месец
родител
ревизия
2eb9f35f40
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  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