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
Needed some clarifications:
I get this error when I initialize an empty git directory through the Configure() workflow. Is there any other workflow in which git init is used to create an empty git directory?
I have fixed the Configure() workflow by adding an empty initial commit after the directory is created.
Activity
[-]Avoid fatal: bad revision HEAD on empty repo[/-][+]Avoid fatal: bad revision HEAD in Git WebUI on empty repo[/+]isc-tleavitt commentedon May 16, 2023
@isc-pbarton this would be a nice thing to have before Summit too (just thinking about the new-user experience)
isc-rsaptars commentedon Sep 19, 2023
Needed some clarifications:
I get this error when I initialize an empty git directory through the
Configure()
workflow. Is there any other workflow in whichgit init
is used to create an empty git directory?I have fixed the
Configure()
workflow by adding an empty initial commit after the directory is created.isc-tleavitt commentedon Sep 19, 2023
@isc-rsaptars I think that's sufficient.