This repository has been created to test out various git operations via git
cli.
This file is the README.md
. This file is used for describing the many parts of the project
-
Go to this repo on github
-
Click Fork
-
now open your command prompt/terminal
-
run
git clone <link to your github fork>
-
then, change current directory into this one by running
cd <created folder>
-
run
git checkout -b <insert your custom branch name here>
-
make the changes you desire
-
run
git commit -m "<put whatever you changed>"
-
run
git push origin <your brach name>
-
On github, you'll see the option to create and submit a pull request. Follow the steps to commit
-
You're done