Skip to content

mukesh-srivastav/FirstTimersOnly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages