Explorar el Código

git: remove put, add amend

raylu hace 2 años
padre
commit
bb673573bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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]