xeinaverse / Care-to-contribute

Repo for git workshop practice.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Website

Repo for git workshop practice.

How to contribute ?

  1. Fork the repository
  2. Clone your version of the repository into your local system
 git clone https://github.com/<your-username>/Care-to-contribute.git
  1. Open index.md file
 cd Care-to-contribute
 nano index.md
  1. Add your name to the list
  2. Add your changes
 git add .
  1. commit your changes to your local repository
 git commit -m "<your-name>"
  1. Push your changes to the remote repository
 git push origin master
  1. Create a pull request

About

Repo for git workshop practice.