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
To start working developer must create own branch. After that, separate branch should be created for working on a feature or fix. After feature or fix was done, developer must rebase the feature branch to their own branch.
This provides linear commit history in dev's branch and allows to save development progress.
Summary
Use GitFlow in order to develop a new own model of branching.
Please suggest rules in the comments.
Suggestions
Motivation
Developing a branching strategy will make integration of new code safer and faster.
The text was updated successfully, but these errors were encountered: