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
If the name of the branch currently checked out contains the single-quote character ', git up fails with the following error:
Failed to rebase feature/john's-branch onto origin/feature/john's-branch
Here's what Git said:
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
The text was updated successfully, but these errors were encountered:
If the name of the branch currently checked out contains the single-quote character
'
,git up
fails with the following error:The text was updated successfully, but these errors were encountered: