- An account on github.com
- git
- A curious mind
Go ahead and get yourself an account on github.com
- If you're on windows, download git from https://git-scm.com/downloads
- If you're on Ubuntu, run
sudo apt install git
Here's a great tutorial on git and github, make sure you know the basics of git before moving ahead. https://youtu.be/SWYqp7iY_Tc
Done with the video ? Cool, follow the following steps.
git clone <enter_your_copied_url>
cd Hacktoberfest-KIIT-2020
To know more about cloning and forking a repository check this out!
mkdir <your_name>
cd <your_name>
Note: Put your programs inside the directory of your name only. Try and keep one pull request per program you add. You can have a look at the example programs already added
- Inside the Hactoberfest-KIIT directory
# Do this once, only for the first time
git remote add upstream https://github.com/junaidrahim/Hacktoberfest-KIIT.git
Commit your changes
git add .
git commit -m "<Program Name> : <Program Description>"
To know more about making commits check out this link
To avoid merge conflicts and make clean pull requests
git pull upstream master
To know more about syncing a fork check out this awesome link by github
git push origin master
click on pull request in your forked repository
then click on create pull request
Now the owner of the repository will accept your pull request and merge changes with the original repository
Now make 4 pull requests more and get ready to win those awesome hacktoberfest rewards