Skip to content

Instantly share code, notes, and snippets.

@robbyoconnor
Last active August 29, 2015 14:17
Show Gist options
  • 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 = [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