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

Branch naming #38

Open
xIrusux opened this issue Nov 22, 2019 · 0 comments
Open

Branch naming #38

xIrusux opened this issue Nov 22, 2019 · 0 comments

Comments

@xIrusux
Copy link

xIrusux commented Nov 22, 2019

well done on creating descriptive naming for your branches!
Maybe in your next project you can start thinking about using short and well-defined tokens as a prefix to your branch name (e.g. "feature/api-call")

Here some best practice ones:
Prefix | Use Case
wip | Works in progress; stuff I know won't be finished soon
feature | Feature I'm adding or expanding
bug | Bug fix or experiment
junk | Throwaway branch created to experiment

more on: https://github.com/chrisjlee/git-style-guide

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

No branches or pull requests

1 participant