Created
February 17, 2014 20:34
-
-
Save NZKoz/9058549 to your computer and use it in GitHub Desktop.
Github Scares Koz
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
Koz-Prostyle-2:CLIENT-iPhone michaelkoziarski$ git st | |
## ios7...origin/ios7 [ahead 1] | |
Koz-Prostyle-2:CLIENT-iPhone michaelkoziarski$ git pull | |
From github.com:SouthgateLabs/CLIENT-iPhone | |
* [new branch] iOS7 -> origin/iOS7 | |
Already up-to-date. | |
Koz-Prostyle-2:CLIENT-iPhone michaelkoziarski$ git branch -r | |
origin/HEAD -> origin/master | |
... | |
origin/iOS7 | |
... | |
origin/master | |
Koz-Prostyle-2:CLIENT-iPhone michaelkoziarski$ git st | |
## ios7...origin/ios7 [ahead 63] | |
Koz-Prostyle-2:CLIENT-iPhone michaelkoziarski$ git pull | |
From github.com:SouthgateLabs/CLIENT-iPhone | |
* [new branch] ios7 -> origin/ios7 | |
Already up-to-date. | |
Koz-Prostyle-2:CLIENT-iPhone michaelkoziarski$ git st | |
## ios7...origin/ios7 [ahead 1] | |
Koz-Prostyle-2:CLIENT-iPhone michaelkoziarski$ git push origin ios7 | |
Counting objects: 13, done. | |
Delta compression using up to 8 threads. | |
Compressing objects: 100% (7/7), done. | |
Writing objects: 100% (7/7), 708 bytes | 0 bytes/s, done. | |
Total 7 (delta 5), reused 0 (delta 0) | |
To [email protected]:SouthgateLabs/CLIENT-iPhone.git | |
12b1509..3eef345 ios7 -> ios7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment