pcal43 / fastback

Fast, incremental Minecraft world backups. Powered by Git.
https://pcal43.github.io/fastback/
GNU General Public License v2.0
133 stars 20 forks source link

add a main branch with a README.md when new repo is inited #233

Open pcal43 opened 1 year ago

pcal43 commented 1 year ago

or maybe maintain a whole audit trail. with optional annotations from the player?

Merith-TK commented 7 months ago

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)