You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: