Skip to content

Instantly share code, notes, and snippets.

@scutdavy
Created March 22, 2013 07:32
Show Gist options
  • Save scutdavy/5219589 to your computer and use it in GitHub Desktop.
Save scutdavy/5219589 to your computer and use it in GitHub Desktop.
git config
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = +refs/tags/*:refs/tags/*
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