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
{{ message }}
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.
When we create a feature branch without specifying the base, it should not say (from None) but the real branching point
user@host ~/workdir $ git flow feature start 114_split_buttons
create feature branch 114_split_buttons (from None)
Summary of actions:
- A new branch feature/114_split_buttons was created, based on None
- You are now on branch feature/114_split_buttons
Now, start committing on your feature. When done, use:
git flow feature finish 114_split_buttons
The text was updated successfully, but these errors were encountered:
When we create a feature branch without specifying the base, it should not say
(from None)
but the real branching pointThe text was updated successfully, but these errors were encountered: