-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1a825a3
commit 973ceaf
Showing
4 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
### Story/Task braching model | ||
### Story - Task git braching model | ||
|
||
1. When we merge task brach into story branch, with this selection | ||
|
||
![create-merge-commit](create-merge-commit.png) | ||
|
||
We will come to the result commits are list down in the base PR (`feat/1`) like this | ||
|
||
![result-merge-commit](result-merge-commit.png) | ||
|
||
Event though we have a `Verified` Badge, it still list all the commit from the merged PR | ||
|
||
2. When we merge task branch into story branch, with this selection |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
commit 1 | ||
commit 2 |