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
When I use git status it shows if your current branch is up-to-date with the remote.
git status
On branch master Your branch is up-to-date with 'origin/master'.
or
On branch master Your branch is ahead of 'origin/master' by 1 commit
tig status does not show this information. Simply adding it to the first line would be great:
tig status
On branch master. Your branch is up-to-date with 'origin/master'.
The text was updated successfully, but these errors were encountered:
I personnaly like this idea
Sorry, something went wrong.
For some reason this one was not automatically closed when the #504 was merged.
No branches or pull requests
When I use
git status
it shows if your current branch is up-to-date with the remote.or
tig status
does not show this information. Simply adding it to the first line would be great:The text was updated successfully, but these errors were encountered: