diff --git a/answer.txt b/answer.txt new file mode 100644 index 00000000..9b0dfacd --- /dev/null +++ b/answer.txt @@ -0,0 +1,10 @@ + +What is the difference between a merge and a rebase? + +When you merge you are combinding 2 branches and rebase and when you rebase you +a move changes from one branch to another branch + +What is a remote repository? + +A repository that can be seen by many people and similar to a local repository there is a history. +