Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienkaiser committed Apr 12, 2013
1 parent 0d52265 commit 7e2f43f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ $ git log
```
$ git cherry-pick <commit>
```
To apply a commit from another repository:
```
$ git remote add upstream <repo>
$ git fetch upstream
-> After fetching the other repository, all its commits will be usable by cherry-pick
```

###Display Git GUI
```
Expand Down

0 comments on commit 7e2f43f

Please sign in to comment.