Skip to content

Commit

Permalink
Add usage and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed Apr 25, 2012
1 parent 5481af4 commit 3cf2bc2
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Expand Up @@ -3,6 +3,12 @@ git-rebase-merge

A bash script to rebase and merge a Git topic branch to current branch.

--- sh
$ git-rebase-merge topic_branch1 topic_branch2
---
### Usage

```sh
$ git-rebase-merge topic-branch1 topic-branch2 ...
```

### License

See LICENSE

0 comments on commit 3cf2bc2

Please sign in to comment.