diff --git a/answers.txt b/answers.txt new file mode 100644 index 00000000..f7bdbabd --- /dev/null +++ b/answers.txt @@ -0,0 +1,5 @@ +What is the difference between a merge and a rebase? +merge executes only one new commit. rebase typically executes multiple commits. + +What is a remote repository? +Remote repositories are versions of your project that are hosted on the Internet or network somewhere.