I would like to know which is the git command line giving informations about tracking branch ?
I have an integration branch which track the origin/integration (git branch --track integration origin/integration) but i want to be sure and check the connection between the local tracking branch and the remote tracking branch...
I know the git remote show origin. But if i'm not online...?
Thanks by advance,
You can do git branch -a to see that. Or just do git config -e to see the config, which the source of truth.
And also, git remote show origin -n uses cached information.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With