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。