Skip to content

Instantly share code, notes, and snippets.

@smithcommajoseph
Created March 22, 2012 04:14
Show Gist options
  • Save smithcommajoseph/2155826 to your computer and use it in GitHub Desktop.
Save smithcommajoseph/2155826 to your computer and use it in GitHub Desktop.
git-upload-pack
[remote "origin"]
url = <the repo address>
fetch = +refs/heads/*:refs/remotes/origin/*
uploadpack = <path to git-upload-pack>
receivepack = <path to git-receive-pack>
[remote "origin"]
url = <the repo address>
fetch = +refs/heads/*:refs/remotes/origin/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment