DEV Community

Discussion on: Git Branch Naming Convention

Collapse
 
slidenerd profile image
slidenerd • Edited

What do you call a branch where you start a python project empty, add a gitignore, readme, poetry, tox, pre-commit, add a main.py setup pyproject.toml install pytest and run some tests inside the tests directory which you also create