소스 검색

add `git ff`

raylu 11 년 전
부모
커밋
ef6abeb279
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      gitconfig

+ 1 - 0
gitconfig

@@ -48,4 +48,5 @@
 
 [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