Created
June 25, 2014 07:31
-
-
Save fzerorubigd/3e8cbefabe9b2795b84d to your computer and use it in GitHub Desktop.
push every thing. git config
This file contains 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
[remote "origin"] | |
url = gitserver:master/neo-services.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
push = +refs/heads/*:refs/heads/* | |
push = +refs/tags/*:refs/tags/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment