Browse Source

Add some git aliases

Thomas Dy 5 năm trước cách đây
mục cha
commit
486567e78f
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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