Created
August 29, 2010 13:35
-
-
Save henrikh/556286 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
#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 [email protected]: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