Skip to content

Instantly share code, notes, and snippets.

@cheezedigital
Created January 29, 2015 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheezedigital/fe12fd0d3bf452d95b7f to your computer and use it in GitHub Desktop.
Save cheezedigital/fe12fd0d3bf452d95b7f to your computer and use it in GitHub Desktop.
here
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