We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c882d3 commit f0cbe2bCopy full SHA for f0cbe2b
1 file changed
README.md
@@ -6,18 +6,25 @@ Updates your copyrights... so you don't have to!
6
7
`$ gem install github-copywriter`
8
9
+## Basic Usage
10
+
11
### Update specific repos
12
`$ github-copywriter MyCoolRepo MyOtherCoolRepo`
13
14
### Update all repos
15
`$ github-copywriter --all`
16
17
+## Other Usage
18
19
### Update all repos, excluding forks
20
`$ github-copywriter --all --skip-forks`
21
22
### Update all repos to 2015
23
`$ github-copywriter --all --year 2015`
24
25
+### Update only branches: gh-pages and dev
26
+`$ github-copywriter --branches gh-pages,dev MyRepo`
27
28
## Contributing
29
Please submit issues or feature requests [here](//github.com/ryanmjacobs/github-copywriter/issues).
30
Questions and comments are welcome as well. Checkout
0 commit comments