Created
January 17, 2013 08:06
-
-
Save freynaud/4554459 to your computer and use it in GitHub Desktop.
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
fork on github | |
➜ workspace git clone [email protected]:freynaud/selenium.git | |
➜ selenium git:(master) ✗ git branch appium | |
➜ selenium git:(master) ✗ git checkout appium | |
➜ selenium git:(appium) ✗ git remote add ios-driver git://github.com/freynaud/ios-driver.git | |
➜ selenium git:(appium) ✗ git fetch --all | |
Fetching origin | |
Fetching ios-driver | |
warning: no common commits | |
remote: Counting objects: 14423, done. | |
remote: Compressing objects: 100% (5687/5687), done. | |
remote: Total 14423 (delta 5697), reused 13632 (delta 5283) | |
Receiving objects: 100% (14423/14423), 20.43 MiB | 1.03 MiB/s, done. | |
Resolving deltas: 100% (5697/5697), done. | |
From git://github.com/freynaud/ios-driver | |
* [new branch] compliance -> ios-driver/compliance | |
* [new branch] gh-pages -> ios-driver/gh-pages | |
* [new branch] js -> ios-driver/js | |
* [new branch] master -> ios-driver/master | |
* [new branch] webalert -> ios-driver/webalert | |
From git://github.com/freynaud/ios-driver | |
* [new tag] 0.4.0 -> 0.4.0 | |
➜ selenium git:(appium) ✗ git branch | |
* appium | |
master | |
➜ selenium git:(appium) ✗ git merge ios-driver/master | |
➜ selenium git:(appium) ✗ git push origin appium |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems correct.