make your first contribution
1.0.0

Contributors.md文件中添加您的名称以提出您的第一个拉请求 git init
git clone https://github.com/<your_username>/repository_name.git
git remote add upstream https://github.com/repository_owner/repository_name.git
git remote -v
git pull upstream main
git checkout -b <YOUR_BRANCH_NAME>
git status
git diff
git add . <files_that_you_made_changes>
git commit -m "relavant message"
git push -u origin <your_branch_name>
compare and pull requestsCreate pull request恭喜? ,您已经对存储库建立了公关。等待您的提交被接受,并由维护者合并。
通过主演此存储库来显示一些❤️