Hi!
Updating a remote branch seems to fail if it exists already - see run1 where it was created successfully and run2 where updating it failed with:
Remote branch "update-texts-for-translators" checked out locally.
Branch "update-texts-for-translators" does not yet exist on remote.
##[error]Command failed with exit code 128 (Unknown system error -128): git checkout -b update-texts-for-translators
What could be wrong?
Hi!
Updating a remote branch seems to fail if it exists already - see run1 where it was created successfully and run2 where updating it failed with:
What could be wrong?