瀏覽代碼

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