Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pcal43 opened this issue Aug 24, 2023 · 2 comments
Open

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

pcal43 opened this issue Aug 24, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@pcal43
Copy link
Owner

pcal43 commented Aug 24, 2023

No description provided.

@pcal43 pcal43 added the enhancement New feature or request label Aug 24, 2023
@pcal43
Copy link
Owner Author

pcal43 commented Aug 26, 2023

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

@Merith-TK
Copy link
Contributor

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants