Code Dump HacktoberFest 2022
1.0.0
git clone https://github.com/<your username>/Code-Dump-HacktoberFest-2022.gitcd Code-Dump-HacktoberFest-2022git remote add upstream https://github.com/CrOpid/Code-Dump-HacktoberFest-2022
git remote -v
git pull upstream main
git checkout -b <your_branch_name>
Perfom your desired changes to the code base.
Track your changes
git add .
git commit -m "Relevant message"
git push -u origin <your_branch_name>
To create a pull request, click on compare and pull requests. Please ensure you compare your feature branch to the desired branch of the repo you are suppose to make a PR to.
Voila ? You have made a PR to the opentek project. Sit back patiently and relax while the project maintainers review your PR.