/Get-Started

A Get Started repo for first time contributors

MIT LicenseMIT

Get Started

A beginner get guide to Started repo to understand the basic philosophy of git and Github.

Simple steps to get Started 🚀

  1. Click the "Fork" button on Get-Started repository

fork image

  1. Clone your forked respository to the local machine

clone image

For example, you can use this command inside your terminal /cmd :

git clone https://github.com/<your-github-username>/Get-Started.git
  1. Go the the project directory: For example, you can use this terminal /cmd and go inside the directory:
cd get-started
  1. make branch
git checkout -b <your-branch-name>
  1. Open your project in your favourite Editor e.g vscode
  2. Open CONTRIBUTORS.md add your name in alphabatical order
  3. git add CONTRIBUTOR.md
  4. Commit your code
Git commit -m "add <your-github-username>" .Replace your-gihub-username with your github username
  1. Push your code
Git push origin <branch-name>
  1. Go the the github open your fork, and make pull request.

  2. Congratualation 🎊 you successfully contributed 🏁

  3. Do not forget to star ⭐ the repository and follow Codawah

Presented By Codawah with ❤️