We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#45 introduced a new feature enabled by --all-branches.
--all-branches
I don't see it in the documentation yet. I had to experiment with it to figure out how it works.
Perhaps it would be useful to add simple usage examples or sample output to the README. At least least the --all-branches option should appear there.
$ git -C clustergit --no-pager log --branches --not --remotes --no-walk --decorate --oneline b09d21c (HEAD -> master) Add pic 3210f8a (otherbranch) Add file $ clustergit -d . Scanning sub directories of ['.'] ./clustergit : No Changes, Unpushed commits Done $ clustergit -d . --all-branches Scanning sub directories of ['.'] ./clustergit : No Changes, Unpushed commits, Unpushed commits on branches: [otherbranch] Done
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#45 introduced a new feature enabled by
--all-branches
.I don't see it in the documentation yet. I had to experiment with it to figure out how it works.
Perhaps it would be useful to add simple usage examples or sample output to the README. At least least the
--all-branches
option should appear there.The text was updated successfully, but these errors were encountered: