Skip to content

Commit

Permalink
disable git merge fast forwarding
Browse files Browse the repository at this point in the history
  • Loading branch information
indiebrain committed Jul 9, 2012
1 parent 2b3f5b5 commit 05c66cf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitconfig
Expand Up @@ -11,4 +11,6 @@
cb = checkout -b
crb = checkout --track -b
db = branch -d
rclone = clone --recursive
rclone = clone --recursive
[merge]
ff = flase

0 comments on commit 05c66cf

Please sign in to comment.