tj / git-extras

GIT utilities -- repo summary, repl, changelog population, author commit percentages and more
MIT License
17.31k stars 1.21k forks source link

git standup is not a git command #582

Closed mawaldne-surge closed 8 years ago

mawaldne-surge commented 8 years ago

Hello,

I'm on git extras version 4.1.0. I try to run git standup and it doesn't work.

➜  git-extras git:(master) git extras --version
4.1.0
➜  git-extras git:(master) git standup
git: 'standup' is not a git command. See 'git --help'.
➜  git-extras git:(master) git standup --help
No manual entry for gitstandup
spacewander commented 8 years ago

git standup is introduced after version 4.2.0-dev, which is not released yet. If you need it, you can install it via source.

mawaldne-surge commented 8 years ago

Thanks. I saw it on https://github.com/tj/git-extras/blob/master/Commands.md and thought it was on the 4.1 version.