gitflow icon indicating copy to clipboard operation
gitflow copied to clipboard

message: create feature branch xxx (from None)

Open tuan-tu-tran opened this issue 9 years ago • 1 comments

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

tuan-tu-tran avatar Jun 13 '15 13:06 tuan-tu-tran

:+1:

webmaven avatar Jun 14 '15 21:06 webmaven