-
-
Save smithcommajoseph/2155826 to your computer and use it in GitHub Desktop.
git-upload-pack
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 = <the repo address> | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
uploadpack = <path to git-upload-pack> | |
receivepack = <path to git-receive-pack> |
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 = <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