/Git

code

Primary LanguageC++

Git

Steps to Contribute in repository :

Star this repository🙃

Fork this repo (button on top) 🍴

Clone on your local machine 👩🏻‍💻

git clone https://github.com/kunalarora0930/Git.git

Navigate to project directory.🧑🏻‍👨🏻‍💻

cd Git

Create a new Branch 🌳

git checkout -b my-new-branch

Add your contribution👨🏻‍💻

git add .

Commit your changes. 👍🏻

git commit -m "Relevant message"

Then push

git push origin my-new-branch

Create a new pull request from your forked repository, and you are DONE ✌🏻

❤️