Immediately after initialising a repository I create a branch called feature/setup. In this branch I create the project structure, create files such as README.md and .gitignore. Once I am happy with how the project is set up I merge this with main and then create another feature/ branch for each new feature I add to the project
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Immediately after initialising a repository I create a branch called
feature/setup. In this branch I create the project structure, create files such asREADME.mdand.gitignore. Once I am happy with how the project is set up I merge this withmainand then create anotherfeature/branch for each new feature I add to the project