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

Commits on May 3, 2019

  1. Add alias glogb='glog --branches' to git log only local branches

    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.
    Sumit Sahrawat committed May 3, 2019
    Configuration menu
    Copy the full SHA
    04b869b View commit details
    Browse the repository at this point in the history