What is this branch tracking (if anything) in git?

Viewed 15127

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?

5 Answers
Related