I know this was answered somewhere but I cannot find the right wording. The question is: If I have a master branch and a master/branch1 branch, and I have commits in it like this:
c c
| |
c c
| |
|/ c = commit
How can I do something like tihis?
c c
| |
c c
|\|
c c
| |
c c
| |
|/
And when I do merge gitKraken shows this:
c
|\
c c
| |
c c
| |
c/
So can I checkout the clild branch after I have merged it? Side question: If merge does not delete the child branch, how do I?