Skip to content

Instantly share code, notes, and snippets.

@robbyoconnor
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robbyoconnor/a4121b77545b09761b8f to your computer and use it in GitHub Desktop.
Save robbyoconnor/a4121b77545b09761b8f to your computer and use it in GitHub Desktop.
git config
alias gco='git checkout'
[remote "origin"]
url = git@github.com:robbyoconnor/openmrs-contrib-id.git
fetch = +refs/heads/*:refs/remotes/origin/*
[remote "upstream"]
url = git@github.com: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