Compare commits

...

3 commits

Author SHA1 Message Date
Fakerr a6de1b235c update helper 2021-04-22 22:42:01 +01:00
Walid Berrahal ae3ed35a06
Merge pull request #38 from josh-byster/patch-1
Update README to clarify permissions
2018-03-24 15:13:49 +01:00
Josh Byster 436a31cea1
Update README to clarify permissions
If a user is not sure about how to change permission access, I added a line for clarification.
2018-03-24 03:53:47 -05:00
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@ $ git recall -f
You can install it by simply copying the `git-recall` script into any existing path
(e.g. `/usr/local/bin`) or create your own directory and add it to the `PATH` variable.
Make sure to run `chmod +x /usr/local/bin/git-recall` or the directory in which you copied it to.
##### Using NPM
Use `npm` to install the project.

View file

@ -7,7 +7,7 @@ usage() {
Usage: git recall [options]
Options:
-d, --date Show logs for last n days.
-a, --author Author name.
-a, --author Author name (use -a "all" for all users).
-b, --branch Specify branch to display commits from.
-p --path Specify path or filename to display commits from.
-f, --fetch fetch commits.