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
possible implementation of this is the equivilant of
git init
<do other init tasks>
git checkout -b main
<write base readme file>
git add ./readme.md // this only adds the readme file
git commit -m "fastback main init"
since bare branches dont carry the hierarchy you could also (in a later update) generate an report file on what files had been changed (and unlikely, but if possible, how much was changed per file)
No description provided.
The text was updated successfully, but these errors were encountered: