You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just tried the command git standup -a "all" which works brilliantly, but because there are lots of people working on the project I am looking at it's quite confusing who is doing what. It would be nice to have a flag so I can group commits by user
The text was updated successfully, but these errors were encountered:
oussamabadr
added a commit
to oussamabadr/git-standup
that referenced
this issue
Sep 14, 2022
If anyone want to get commits grouped by authors, while waiting to merge PR #127:
1- Clone https://github.com/oussamabadr/git-standup
2- Navigate to the root project using terminal
2- Install it locally: npm install -g .
3- Go to any git project then run: git-standup -a all -G
I've just tried the command
git standup -a "all"
which works brilliantly, but because there are lots of people working on the project I am looking at it's quite confusing who is doing what. It would be nice to have a flag so I can group commits by userThe text was updated successfully, but these errors were encountered: