Created
January 31, 2011 06:41
-
-
Save uniomni/803721 to your computer and use it in GitHub Desktop.
GIT: Pull somerepo into mainrepo
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
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://[email protected]/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