From dcdfc424af3c60fdc1185ee1a51581f80b5df360 Mon Sep 17 00:00:00 2001 From: vicki <458044962@qq.com> Date: Wed, 3 Jun 2020 18:57:00 +0800 Subject: [PATCH 1/6] vicki --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1de321c..0909d17 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,8 @@ Other useful commands to see what is going on the git repository: ## Practice Output 1. Your repo url in Github +https://github.com/Vicki7777777/git-basic.git 2. Your answer for What is the difference between `add`, `commit`, and `push`? +add:Place files from workspace to staging area +commit:Comment on the modification +push:Push the staging area to remote Git From d603d602c82ddd6d398bbd27bb35d0f955e795d9 Mon Sep 17 00:00:00 2001 From: vicki <458044962@qq.com> Date: Wed, 3 Jun 2020 19:10:43 +0800 Subject: [PATCH 2/6] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- newfile.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 newfile.txt diff --git a/newfile.txt b/newfile.txt new file mode 100644 index 0000000..9031e61 --- /dev/null +++ b/newfile.txt @@ -0,0 +1 @@ +tested by vicki From 76d8876e9e7f4678648e804a0e64828c0f0051b0 Mon Sep 17 00:00:00 2001 From: Vicki7777777 <43415417+Vicki7777777@users.noreply.github.com> Date: Wed, 3 Jun 2020 19:14:46 +0800 Subject: [PATCH 3/6] test test --- newfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/newfile.txt b/newfile.txt index 9031e61..a870710 100644 --- a/newfile.txt +++ b/newfile.txt @@ -1 +1,2 @@ tested by vicki +edit From b47d873e95274974940d70079d3a3f5c640e9b2e Mon Sep 17 00:00:00 2001 From: vicki <458044962@qq.com> Date: Wed, 3 Jun 2020 19:18:18 +0800 Subject: [PATCH 4/6] test2 --- newfile.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/newfile.txt b/newfile.txt index a870710..e894daf 100644 --- a/newfile.txt +++ b/newfile.txt @@ -1,2 +1,3 @@ tested by vicki edit +guess guess From 0787b5644ba2814a7fc779dc23b02389a9a0dcbe Mon Sep 17 00:00:00 2001 From: Vicki7777777 <43415417+Vicki7777777@users.noreply.github.com> Date: Wed, 3 Jun 2020 19:33:58 +0800 Subject: [PATCH 5/6] test test --- test | 1 + 1 file changed, 1 insertion(+) create mode 100644 test diff --git a/test b/test new file mode 100644 index 0000000..9daeafb --- /dev/null +++ b/test @@ -0,0 +1 @@ +test From b6472fec3e3871ac153cb31290bbd1ffb9ebf79c Mon Sep 17 00:00:00 2001 From: Vicki7777777 <43415417+Vicki7777777@users.noreply.github.com> Date: Thu, 4 Jun 2020 08:47:44 +0800 Subject: [PATCH 6/6] Practice Practice --- newfile.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/newfile.txt b/newfile.txt index e894daf..ca1d2c9 100644 --- a/newfile.txt +++ b/newfile.txt @@ -1,3 +1,12 @@ tested by vicki edit guess guess + + +Your repo url in Github +https://github.com/Vicki7777777/git-basic.git + +Your answer for What is the difference between add, commit, and push? +add:Place files from workspace to staging area +commit:Comment on the modification +push:Push the staging area to remote Git