From 75bcfa88d0bae601b29abe7ced688541c8e134dd Mon Sep 17 00:00:00 2001 From: zhangshulei <625223316@qq.com> Date: Sun, 9 Aug 2020 22:29:33 +0800 Subject: [PATCH 1/4] fork others --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1de321c..89e4733 100644 --- a/README.md +++ b/README.md @@ -29,3 +29,4 @@ Other useful commands to see what is going on the git repository: ## Practice Output 1. Your repo url in Github 2. Your answer for What is the difference between `add`, `commit`, and `push`? +3. Your answer for what is git? \ No newline at end of file From 2097e507248fb95fd0d2bad5c1b9afe3d25152ca Mon Sep 17 00:00:00 2001 From: zhangshulei <625223316@qq.com> Date: Sun, 9 Aug 2020 22:35:42 +0800 Subject: [PATCH 2/4] add newfile --- 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..95d09f2 --- /dev/null +++ b/newfile.txt @@ -0,0 +1 @@ +hello world \ No newline at end of file From 80a3fba931a7bdba2d4369b592e2a53a28862386 Mon Sep 17 00:00:00 2001 From: zhangshulei <625223316@qq.com> Date: Sun, 9 Aug 2020 22:38:08 +0800 Subject: [PATCH 3/4] change --- newfile.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/newfile.txt b/newfile.txt index 95d09f2..ae98c07 100644 --- a/newfile.txt +++ b/newfile.txt @@ -1 +1 @@ -hello world \ No newline at end of file +print (hello world!) \ No newline at end of file From 363a335b6d3c1cb37313068f4fd0c2235ce55aab Mon Sep 17 00:00:00 2001 From: Sunny-NEU <32408063+Sunny-NEU@users.noreply.github.com> Date: Sun, 9 Aug 2020 22:40:33 +0800 Subject: [PATCH 4/4] Update newfile.txt --- newfile.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/newfile.txt b/newfile.txt index ae98c07..7ed2926 100644 --- a/newfile.txt +++ b/newfile.txt @@ -1 +1,2 @@ -print (hello world!) \ No newline at end of file +print (hello world!) +print (hello,zhangshulei)