Skip to content

Commit f0cbe2b

Browse files
author
Ryan Jacobs
committed
Update w/ new opts.
1 parent 7c882d3 commit f0cbe2b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,25 @@ Updates your copyrights... so you don't have to!
66

77
`$ gem install github-copywriter`
88

9+
## Basic Usage
10+
911
### Update specific repos
1012
`$ github-copywriter MyCoolRepo MyOtherCoolRepo`
1113

1214
### Update all repos
1315
`$ github-copywriter --all`
1416

17+
## Other Usage
18+
1519
### Update all repos, excluding forks
1620
`$ github-copywriter --all --skip-forks`
1721

1822
### Update all repos to 2015
1923
`$ github-copywriter --all --year 2015`
2024

25+
### Update only branches: gh-pages and dev
26+
`$ github-copywriter --branches gh-pages,dev MyRepo`
27+
2128
## Contributing
2229
Please submit issues or feature requests [here](//github.com/ryanmjacobs/github-copywriter/issues).
2330
Questions and comments are welcome as well. Checkout

0 commit comments

Comments
 (0)