From ff04b2dde1ab00096cee8e7b1479a56aba2656a7 Mon Sep 17 00:00:00 2001 From: utkarsh17gupta <116679915+utkarsh17gupta@users.noreply.github.com> Date: Sat, 18 Feb 2023 16:36:46 -0500 Subject: [PATCH 1/2] Create answers.txt --- answers.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 answers.txt diff --git a/answers.txt b/answers.txt new file mode 100644 index 00000000..ae971fc3 --- /dev/null +++ b/answers.txt @@ -0,0 +1,2 @@ +What is the difference between a merge and a rebase? +merge executes only one new commit. rebase typically executes multiple commits. From 988dfc9862af9c258cd93b73241807e193d2e3e5 Mon Sep 17 00:00:00 2001 From: utkarsh17gupta <116679915+utkarsh17gupta@users.noreply.github.com> Date: Sat, 18 Feb 2023 16:41:18 -0500 Subject: [PATCH 2/2] Update answers.txt --- answers.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/answers.txt b/answers.txt index ae971fc3..f7bdbabd 100644 --- a/answers.txt +++ b/answers.txt @@ -1,2 +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.