소스 검색

git: remove put, add amend

raylu 2 년 전
부모
커밋
bb673573bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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]