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
❯ git spr update
> git rev-parse --show-toplevel
> git fetch
> git rebase origin/release/parcel-8.4_express-1-4 --autostash
> github fetch pull requests
> git log --format=medium --no-color origin/release/parcel-8.4_express-1-4..HEAD
> git branch --no-color
> git log --format=medium --no-color origin/release/parcel-8.4_express-1-4..HEAD
> git status --porcelain --untracked-files=no
> git push --force --atomic origin/release c9d9a711548d779f624f08c06c90b28a4ad714c6:refs/heads/spr/parcel-8.4_express-1-4/7f429463
git error: fatal: 'origin/release' does not appear to be a git repository
fatal: Could not read from remote repository.
I cannot imagine what went wrong. I’m on a branch, but I’ve been on branches before. It seems spr parses the branch name somehow incorrectly, abbreviating origin/release/parcel-8.4_express-1-4 to origin/release only.
The text was updated successfully, but these errors were encountered:
Consider the following log:
I cannot imagine what went wrong. I’m on a branch, but I’ve been on branches before. It seems spr parses the branch name somehow incorrectly, abbreviating
origin/release/parcel-8.4_express-1-4
toorigin/release
only.The text was updated successfully, but these errors were encountered: