Procházet zdrojové kódy

Add some git aliases

Thomas Dy před 5 roky
rodič
revize
486567e78f
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      .config/git/config

+ 3 - 0
.config/git/config

@@ -17,3 +17,6 @@
 	lg = "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%C(bold blue)<%an>%Creset' --abbrev-commit"
 	po = push origin
 	pof = push origin --force-with-lease
+	rom = rebase origin/master
+	riom = rebase -i origin/master
+	ca = commit --amend