Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Oct 11, 2010
1 parent 1ba8149 commit af3b2ce
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ to fork current project:
$ cd clkao/AnyMQ
$ gh fork

### network:
### network

to show fork network:

Expand All @@ -95,6 +95,33 @@ to show fork network:
c9s/App-gh - watchers(4) forks(1)
gugod/App-gh - watchers(1) forks(0)


### pull

Pull command behavior

- Merge from fork repository if --merge option is specified.
- Create a branch from fork/master (default branch master) for fork.
- Checkout the branch fork/master (default branch master).
- Pull changes from fork repository to the branch

first , switch path to your repository:

$ cd App-gh/

to merge gugod/master to local/master branch

$ gh pull gugod

to merge gugod/feature1 to local/feature1

$ gh pull gugod feature1

to merge gugod/feature1 to local/master

$ gh pull gugod feature1


## INSTALLATION

To install this module, run the following commands:
Expand Down

0 comments on commit af3b2ce

Please sign in to comment.