File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,11 @@ How do the diagrams help you visualize the branch structure?
2626
2727(Answer)
2828Using Git log --graph --oneline helps form a visual of your master and branches.
29- Any comits made in a detached hed state will be lost because there id no way to retain the ids in a git log command.
29+ Any comits made in a detached hed state will be lost because there id no way to retain the ids in a git log command.
30+
31+ (Question)
32+ What is the result of merging two branches together? Why do we represent it in the diagram the way we do?
33+
34+ (Answer)
35+ when we merge two branches together it gives us access to all the commits from both branches in the master branch.
36+ If we delete the branch we meant to merge before hand we will lose those commits forever.
You can’t perform that action at this time.
0 commit comments