# git-learn-notes **Repository Path**: EvanY99/git-learn-notes ## Basic Information - **Project Name**: git-learn-notes - **Description**: 一个自己创建的简单的git相关测试,用来提交与git相关的任务作业!一个自己创建的简单的git相关测试,用来提交与git相关的任务作业!一个自己创建的简单的git相关测试,用来提交与git相关的任务作业! - **Primary Language**: 其他 - **License**: Not specified - **Default Branch**: Evan-H-notes - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 18 - **Created**: 2022-05-31 - **Last Updated**: 2022-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.