Skip to content

Instantly share code, notes, and snippets.

@uniomni
Created January 31, 2011 06:41
Show Gist options
  • Save uniomni/803721 to your computer and use it in GitHub Desktop.
Save uniomni/803721 to your computer and use it in GitHub Desktop.
GIT: Pull somerepo into mainrepo
nielso@shiva:~/sandpit/AIFDR/pyplugin$ git branch uniomni-master
nielso@shiva:~/sandpit/AIFDR/pyplugin$ git checkout uniomni-master
Switched to branch 'uniomni-master'
nielso@shiva:~/sandpit/AIFDR/pyplugin$ git pull https://uniomni@github.com/uniomni/pyplugin.git master
Password:
From https://github.com/uniomni/pyplugin
* branch master -> FETCH_HEAD
Already up-to-date.
nielso@shiva:~/sandpit/AIFDR/pyplugin$ git checkout master
Switched to branch 'master'
nielso@shiva:~/sandpit/AIFDR/pyplugin$ git merge uniomni-master
Already up-to-date.
nielso@shiva:~/sandpit/AIFDR/pyplugin$ git push origin master
Everything up-to-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment