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
Error: Command failed: "C:\Users\Admin\Downloads\Git-it-Win-ia32\Git-it-Win-ia32\resources\app\assets\PortableGit\bin\git.exe " reflog show origin/master fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]'
I had to use "main" instead of "master"
The text was updated successfully, but these errors were encountered:
This error happened with me as well. The default branch seems to be "main," not "master". When I attempt to work around this by creating a new branch called "master," it is unable to push to the branch.
#318 should fix this issue, guess we'll need to wait until the merge is made. In the mean time you can work around this by going to terminal, creating a new branch using git branch master, calling git switch master to switch to the "master" branch, then calling git push origin master.
Error: Command failed: "C:\Users\Admin\Downloads\Git-it-Win-ia32\Git-it-Win-ia32\resources\app\assets\PortableGit\bin\git.exe " reflog show origin/master fatal: ambiguous argument 'origin/master': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]'
I had to use "main" instead of "master"
The text was updated successfully, but these errors were encountered: