Skip to content
New issue

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

Add alias glogb='glog --branches' to git log only local branches #7824

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add alias glogb='glog --branches' to git log only local branches #7824

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented May 3, 2019

For a repo with multiple remote branches, gloga is too noisy. Replacing --all with --branches does the trick by only showing local branches. This PR adds a new alias which is the same as gloga except for the --all argument, which is swapped out for --branches as mentioned earlier.

For a repo with a large number of remote branches, `gloga` is too noisy.
Replacing `--all` with `--branches` does the trick by only showing local
branches. Here we add a new alias which is the same as `gloga` except for the
`--all` argument, which is swapped out for `--branches` as mentioned earlier.
@mcornella mcornella added Area: plugin Issue or PR related to a plugin Plugin: git Topic: alias Pull Request or issue regarding aliases labels May 3, 2019
@mcornella mcornella added Status: conflicts Pull Request that has conflicts with the master branch and removed Status: conflicts Pull Request that has conflicts with the master branch labels May 26, 2019
@mcornella mcornella mentioned this pull request Oct 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: plugin Issue or PR related to a plugin Topic: alias Pull Request or issue regarding aliases
Projects
Status: Backlog
Development

Successfully merging this pull request may close these issues.

None yet

1 participant