You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing self branch pushTo: self branch upstream remote works as expected. But using branchNamed: to obtain the branch and then calling pushTo: fails with an exception. The different between the two braches is their full name. In one case it refs/heads/release in the other release
The text was updated successfully, but these errors were encountered:
chisandrei
changed the title
pushTo: leads to error when on some branches
pushTo: leads to error on some branches
Dec 13, 2018
guillep
added a commit
to guillep/iceberg
that referenced
this issue
Dec 18, 2018
Example code below.
self
can be any iceberg repository where the current branch has a remote.Doing
self branch pushTo: self branch upstream remote
works as expected. But usingbranchNamed:
to obtain the branch and then callingpushTo:
fails with an exception. The different between the two braches is their full name. In one case itrefs/heads/release
in the otherrelease
The text was updated successfully, but these errors were encountered: