kamranahmedse / git-standup

Recall what you did on the last working day. Psst! or be nosy and find what someone else in your team did ;-)
MIT License
7.62k stars 304 forks source link

Fetch --all command not working (git standup -f) #72

Closed soniCaH closed 6 years ago

soniCaH commented 7 years ago

Documentation on GitHub explains the git standup -f option, but it seems that it is no longer / not yet working:

/Volumes/webdev/www/test(develop) » git standup -f                                                                             
/usr/local/bin/git-standup: illegal option -- f
Use 'git standup -h' to see usage info
------------------------------------------------------------
/Volumes/webdev/www/test(develop) » git standup -h
Usage:
  git standup [-a <author name>] [-w <weekstart-weekend>] [-d <days-ago>] [-m <max-dir-depth>] [-g] [-h]

  -a      - Specify author to restrict search to
  -w      - Specify weekday range to limit search to
  -m      - Specify the depth of recursive directory search
  -d      - Specify the number of days back to include
  -D      - Specify the date format for "git log" (default: relative)
  -h      - Display this help screen
  -g      - Show if commit is GPG signed (G) or not (N)

Examples:
  git standup -a "John Doe" -w "MON-FRI" -m 3

Mac OS X Sierra - Installed via sudo npm install -g

soniCaH commented 7 years ago

Looks like this issue duplicates #66 - couldn't tell from the title.

kamranahmedse commented 6 years ago

Hey @soniCaH, brew release is pending, I will do that as soon as I can. For now you can install using yarn/npm (I made a release 2.1.9) or any of the other listed ways.

Closing it as there is already #66 for that