Closed nickgerace closed 1 year ago
The behavior identified in #202 occurs because the constructed remote name (<remote>/<local-branch-name>) is assumed to exist. This will not always be the case, and will never (likely?) be the case when working on HEAD.
<remote>/<local-branch-name>
HEAD
Closes #202 Closes #213
The behavior identified in #202 occurs because the constructed remote name (
<remote>/<local-branch-name>
) is assumed to exist. This will not always be the case, and will never (likely?) be the case when working onHEAD
.Closes #202 Closes #213