-
Clone this repository using the command:
git clone https://github.com/sourabhtk37/hackions
-
Fork the repository.This will create your own copy of this repository.i.e it is currently
sourabhtk37/hackions
,after forking it will<username>/hackions
. -
Create a remote link to your repository using the command:
git remote add origin <your github repo url>
-
Push your changes using the command :
git push origin master
-
Create a pull request if you want to merge your code with the main branch using github(Child's play).