Skip to content

Getting Started

Harsh Raj edited this page Oct 7, 2021 · 5 revisions

Here are the steps that one could follow in order to get started with contributing to this repo:

1. Getting familiar with git

  • Set up SSH key on your github account, clone and push using ssh (not HTTPs)
  • Being able to create new branch, and switch across branches via terminal.
  • Being able to pull/ fetch changes from remote branches, and merge to local branch.
  • Solve merge conflict and commit.
  • Switch back to older commits if required, and create a new branch from there.

Quick Links

Getting Started

Clone this wiki locally