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을 만들겠다고 가정하는 REPO의 원하는 지점과 비교하십시오.
짜잔? 당신은 Opentek 프로젝트에 PR을 만들었습니다. 프로젝트 관리자가 PR을 검토하는 동안 참을성있게 앉아서 휴식을 취하십시오.