Compare commits

..

No commits in common. "master" and "v1.2.4" have entirely different histories.

2 changed files with 1 additions and 2 deletions

View file

@ -74,7 +74,6 @@ $ 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 (use -a "all" for all users).
-a, --author Author name.
-b, --branch Specify branch to display commits from.
-p --path Specify path or filename to display commits from.
-f, --fetch fetch commits.