After creating a branch with –track (or leaving the default, or –notrack), you later wish to be reminded of what a branch is tracking. Is there a way, other than searching through the .git/config file, to display what a branch is tracking?
After creating a branch with –track (or leaving the default, or –notrack), you later
Share
Use:
git branch -vvto see which branches are tracked and which are not.