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
Currently, if you attempt to build the project it looks for a .git/ORIG_HEAD file which is not present unless you do some git hackery.
Since the information given by this is not really important, it could be removed.
It would also be better if this caused a runtime and not compile time error.
Fixing this would also make CI builds easier/possible.
The text was updated successfully, but these errors were encountered:
Currently, if you attempt to build the project it looks for a
.git/ORIG_HEAD
file which is not present unless you do some git hackery.Since the information given by this is not really important, it could be removed.
It would also be better if this caused a runtime and not compile time error.
Fixing this would also make CI builds easier/possible.
The text was updated successfully, but these errors were encountered: