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
After parsec merge deletes a remote branch via GitHub API, the local remote-tracking reference (remotes/origin/feature/XXX) remains stale. Add --prune to git fetch and call fetch after remote branch deletion in merge.
After
parsec mergedeletes a remote branch via GitHub API, the local remote-tracking reference (remotes/origin/feature/XXX) remains stale. Add--prunetogit fetchand call fetch after remote branch deletion in merge.