Skip to content

Commit 29161f5

Browse files
committed
merge branches
1 parent d67c2a8 commit 29161f5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

lesson_2_reflections.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,11 @@ How do the diagrams help you visualize the branch structure?
2626

2727
(Answer)
2828
Using 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.

0 commit comments

Comments
 (0)