Created
January 29, 2015 17:29
-
-
Save cheezedigital/fe12fd0d3bf452d95b7f to your computer and use it in GitHub Desktop.
here
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
cls(sprint016)$ git fetch | |
cls(sprint016)$ git status | |
On branch sprint016 | |
Your branch is ahead of 'origin/master' by 102 commits. | |
(use "git push" to publish your local commits) | |
nothing to commit, working directory clean | |
cls(sprint016)$ git pull origin sprint016 | |
From https://github.com/hgslabs/cls3 | |
* branch sprint016 -> FETCH_HEAD | |
Already up-to-date. | |
cls(sprint016)$ git status | |
On branch sprint016 | |
Your branch is ahead of 'origin/master' by 102 commits. | |
(use "git push" to publish your local commits) | |
nothing to commit, working directory clean | |
cls(sprint016)$ git push origin sprint016 | |
Everything up-to-date | |
cls(sprint016)$ git status | |
On branch sprint016 | |
Your branch is ahead of 'origin/master' by 102 commits. | |
(use "git push" to publish your local commits) | |
nothing to commit, working directory clean | |
cls(sprint016)$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment