Skip to content

Instantly share code, notes, and snippets.

@fzerorubigd
Created June 25, 2014 07:31
Show Gist options
  • Save fzerorubigd/3e8cbefabe9b2795b84d to your computer and use it in GitHub Desktop.
Save fzerorubigd/3e8cbefabe9b2795b84d to your computer and use it in GitHub Desktop.
push every thing. git config
[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