Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 686 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 686 Bytes

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)
  1. Go and open a pull request from your fork to the master branch of this repository.