Stack overflow and my limited testing tells me that this should work: ``` git symbolic-ref refs/remotes/origin/HEAD | sed 's@^refs/remotes/origin/@@' ``` Thoughts?
Stack overflow and my limited testing tells me that this should work:
Thoughts?