Created
September 18, 2012 11:10
-
-
Save DavideD/3742603 to your computer and use it in GitHub Desktop.
Git common options for repository
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#The receive.denyNonFastforwards flag makes sure that merges can't happen when you push to the repo. You have to do the merges on your local machine, and then push the result. | |
git config receive.denyNonFastforwards true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment