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を作成しました。プロジェクトメンテナーがPRをレビューしている間、辛抱強く座ってリラックスしてください。