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

Git alias to list commits ahead/behind tracking branch #180

Closed
arcticicestudio opened this issue Mar 7, 2019 · 0 comments
Closed

Git alias to list commits ahead/behind tracking branch #180

arcticicestudio opened this issue Mar 7, 2019 · 0 comments

Comments

@arcticicestudio
Copy link
Owner

There is currently only the lnew alias that lists commit behind ORIG_HEAD which only works after a solved merge conflict. This is not very useful and will be replaced by two new aliases:

  • lahead — Lists all commits the current branch is ahead of the tracked origin branch that have not been pushed yet.
  • lbehind — Lists all ahead commits of the tracked origin branch that are not merged into the current branch yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant