diff --git a/README.md b/README.md index 7fde4c35b757f50190dfbcdbd1f492b3b7e4d719..64e21dcdcaf548b66332e83758aa052c96e867f8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# 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测试 + +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 diff --git a/notes.md b/notes.md new file mode 100644 index 0000000000000000000000000000000000000000..2918957ec03ce61efe1481d43f50095bc62c9e7f --- /dev/null +++ b/notes.md @@ -0,0 +1 @@ +Hello this is Evan \ No newline at end of file