2
1
Fork
You've already forked gitflow-python
1

message: create feature branch xxx (from None) #9

Open
opened 2015年06月13日 15:15:55 +02:00 by tuan-tu-tran · 1 comment
tuan-tu-tran commented 2015年06月13日 15:15:55 +02:00 (Migrated from github.com)
Copy link

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
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 ```
webmaven commented 2015年06月14日 23:27:01 +02:00 (Migrated from github.com)
Copy link

👍

:+1:
Sign in to join this conversation.
No Branch/Tag specified
develop
master
v0.5.1
v0.5
0.2.1
0.2
0.1
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
htgoebel/gitflow-python#9
Reference in a new issue
htgoebel/gitflow-python
No description provided.
Delete branch "%!s()"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?