Code Dump HacktoberFest 2022
1.0.0
git clone https://github.com/ < your username > /Code-Dump-HacktoberFest-2022.git cd Code-Dump-HacktoberFest-2022 git remote add upstream https://github.com/CrOpid/Code-Dump-HacktoberFest-2022
git remote -v
git pull upstream main
git checkout -b <your_branch_name>
完善您所需的更改对代码库。
跟踪您的更改
git add .
git commit -m "Relevant message"
git push -u origin <your_branch_name>
要创建拉动请求,请单击“比较”和“拉”请求。请确保将您的功能分支与您应该制作PR的回购的所需分支进行比较。
瞧?您已经对Opentek项目制作了公关。耐心地坐下来放松身心,而项目维护者会审查您的PR。