From df5a1287a1e92dd32f37a69680c1d22dd055667a Mon Sep 17 00:00:00 2001 From: Evan-yy Date: Tue, 31 May 2022 23:12:31 +0800 Subject: [PATCH 1/4] notes --- notes.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..2918957 --- /dev/null +++ b/notes.md @@ -0,0 +1 @@ +Hello this is Evan \ No newline at end of file -- Gitee From edab735151fcfb7747fcdba3a6754d9e60218844 Mon Sep 17 00:00:00 2001 From: Evan-yy Date: Wed, 1 Jun 2022 05:09:34 +0000 Subject: [PATCH 2/4] update README.md. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fde4c3..6c51a76 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ -# git-learn-notes -# git-learn-notes + +git-learn-notes +git-learn-notes +#hello ,this is Evan! #hello ,this is Evan!#hello ,this is Evan! #hello ,this is Evan! #hello ,this is Evan! hi,oocl! ita,i coming! 这是一个自己创建上传的简单的git测试 \ No newline at end of file -- Gitee From 4e374de5b1af69db710e0d2c73c0f14b61b42d1e Mon Sep 17 00:00:00 2001 From: Evan-yy Date: Wed, 1 Jun 2022 05:10:02 +0000 Subject: [PATCH 3/4] update README.md. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6c51a76..dc64ed0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,3 @@ - git-learn-notes git-learn-notes #hello ,this is Evan! #hello ,this is Evan!#hello ,this is Evan! #hello ,this is Evan! #hello ,this is Evan! hi,oocl! ita,i coming! 这是一个自己创建上传的简单的git测试 \ No newline at end of file -- Gitee From 864bed4befb826a7700986c1845d31e938f9cbcf Mon Sep 17 00:00:00 2001 From: Evan-yy Date: Wed, 1 Jun 2022 05:11:55 +0000 Subject: [PATCH 4/4] update README.md. --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dc64ed0..64e21dc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ git-learn-notes git-learn-notes -#hello ,this is Evan! #hello ,this is Evan!#hello ,this is Evan! #hello ,this is Evan! #hello ,this is Evan! hi,oocl! ita,i coming! 这是一个自己创建上传的简单的git测试 \ No newline at end of file +#hello ,this is Evan! #hello ,this is Evan!#hello ,this is Evan! #hello ,this is Evan! #hello ,this is Evan! hi,oocl! ita,i coming! 这是一个自己创建上传的简单的git测试 + +Open your browser, click the repository link (with the name git-learn-notes), and fork the repository to your GitHub account (or if you cannot use GitHub, you can access the gitee link: https://gitee.com/afs-training/git-learn-notes ) +Open your terminal and go to the directory you want to put a new repository in +Clone the new forked repository to your local +Create a new branch with the name "your-name-notes", and replace "your-name" with your real name, for example, if you are J Smith, then the branch name will be "J-Smith-notes" +Add a new file with the name "notes.md" +Add some text to the file "notes.md" +Commit the file to the branch "your-name-notes" +Push the branch to remote repository +Create a pull request in your GitHub repository "git-learn-notes", choose base branch as the fork source remote master branch, choose compare branch as your branch "your-name-notes". +Create a comment on your pull request something like: "typo, please change" or "Great work". (Commenting on a pull request usually happens in a team code review, and this step is just to try to let you know how to comment on a pull request.) +Copy the pull request URL. \ No newline at end of file -- Gitee