-
Notifications
You must be signed in to change notification settings - Fork 0
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:
- 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.