Last active
August 29, 2015 14:17
-
-
Save robbyoconnor/a4121b77545b09761b8f to your computer and use it in GitHub Desktop.
git config
This file contains hidden or 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
alias gco='git checkout' |
This file contains hidden or 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 = [email protected]:robbyoconnor/openmrs-contrib-id.git | |
fetch = +refs/heads/*:refs/remotes/origin/* | |
[remote "upstream"] | |
url = [email protected]:openmrs/openmrs-contrib-id.git | |
fetch = +refs/heads/*:refs/remotes/upstream/* | |
fetch = +refs/pull/*/head:refs/remotes/upstream/pr/* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment