mukesh-srivastav / FirstTimersOnly

10 stars 23 forks source link
hacktoberfest hacktoberfest2020 hactoberfest-accepted

FirstTimersOnly

This repositories is for the first timers only. Here you can learn how to pull request, create and merge branch.

Step to contribute in any repository

1) Fork and clone the repository. git clone https://github.com/mukesh-srivastav/FirstTimersOnly.git cd FirstTimersOnly

2) Make a branch git checkout -b (branch-name)

3)Add your content in a folder i. Add content in their respective folder ii. Save your file.

4)Commit your change

git add -A
git commit -m "(brief description of what you have changed/fixed)"
git push -u origin (branch name)

5) Go and open a pull request from your fork to the master branch of this repository.