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
The last step of the operation should be some equivalent of git reset --hard; git checkout main or similar. Currently, a delete is staged for every file in the newly created repository, through doing nothing.