mirror of
https://github.com/davidosomething/git-my.git
synced 2026-09-10 07:06:20 -04:00
update readme
This commit is contained in:
parent
383142fdb4
commit
320ab19f95
28
README.md
28
README.md
|
|
@ -27,36 +27,26 @@ Here's a screenshot:
|
|||
|
||||
From command line execute:
|
||||
|
||||
```
|
||||
git my
|
||||
```
|
||||
git my
|
||||
|
||||
### Options
|
||||
|
||||
Currently git-my supports one argument, the remote branch to test against. E.g.
|
||||
running:
|
||||
#### Remote comparison branch
|
||||
|
||||
```
|
||||
git my origin/qa
|
||||
```
|
||||
git my origin/qa
|
||||
|
||||
will give you a list of your remote branches and tell you which ones have been
|
||||
merged into `origin/qa`.
|
||||
|
||||
## To do
|
||||
|
||||
- Options support
|
||||
-v|--version
|
||||
-h|--help
|
||||
-U|--username
|
||||
--local
|
||||
--merged
|
||||
--tracked
|
||||
|
||||
```
|
||||
-v|--version
|
||||
-h|--help
|
||||
-d|--decorate LOCAL,MERGED
|
||||
-r|--remote-ref origin/master
|
||||
-U|--username
|
||||
--no-color
|
||||
--no-header
|
||||
--no-decorate
|
||||
```
|
||||
|
||||
----
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue