Browse Source

git: remove put, add amend

raylu 2 years ago
parent
commit
bb673573bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gitconfig

+ 1 - 1
gitconfig

@@ -82,7 +82,7 @@
 [alias]
 	short = log --graph --pretty=format:'%C(yellow)%h%Creset -%C(red)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative --patience
 	ff = merge --ff-only
-	put = !git-push && git-push --tags
+	amend = commit --amend
 	pushf = push --force-with-lease
 
 [protocol]