Actions
Bug #6088
closedrudder-dev pull/branch function does not work correctly on older git version (1.8.3)
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
We use a command to find the value of the tracking remote branch:
git status --porcelain --branch | head -n1
which returns
## master
without mention about the remote.
using that command
git rev-parse --abbrev-ref --symbolic-full-name @{u}
get a better result
NRM/master
Actions