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.
The text was updated successfully, but these errors were encountered:
jnm2
changed the title
Created Git repo initially has no files checked out
Created Git repo initially has detached head and no files checked out
Jul 15, 2023
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.The text was updated successfully, but these errors were encountered: