In order to write a specific script, I need to check is the current branch has a tracked remote and what is the name of this remote. Is there a way to get only the name of the branch tacked by the current one, without having to parse git remote show origin output?
|
| |||||
feedback
|
|
Since 28fb8438 (Introduce @{upstream} notation, 2009-09-10) included in Git 1.7+, you can use the For educational purposes, here's a shell script equivalent.
| |||||
|
feedback
|