Skip to content

Instantly share code, notes, and snippets.

@henrikh
Created August 29, 2010 13:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save henrikh/556286 to your computer and use it in GitHub Desktop.
Save henrikh/556286 to your computer and use it in GitHub Desktop.
#On branch search
$ git checkout -b TEMP-search
Switched to a new branch 'TEMP-search'
$ git fetch http://github.com/Sirupsen/gollum.git search
got 7ab77dbde50779f13e7b3eddad719d1fcb345e0b
...
got 144d612dd6563f71319e63b3dc5726ed9102be1c
From http://github.com/Sirupsen/gollum
* branch search -> FETCH_HEAD
henrik@henrik-laptop:~/projects/gollum$ git checkout search
Switched to branch 'search'
$ git cherry-pick 619797ca8c3a620866fc0a34bed4facca484ed9e
Finished one cherry-pick.
[search 6d3b40c] Using Grit instead of backticked bash.
1 files changed, 2 insertions(+), 1 deletions(-)
$ git push origin search
Counting objects: 9, done.
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 891 bytes, done.
Total 5 (delta 3), reused 0 (delta 0)
To git@github.com:henrikh/gollum.git
45eb364..6d3b40c search -> search
$ git branch -d TEMP-search
Deleted branch TEMP-search (was 45eb364).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment