Step1: Fork the repo
Step2: git clone https://github.com/your-username/repository-name.git
Step3: Install Dependencies using npm install
Step4: Add those changes git add .
Step4: Create a New Branch using git checkout -b your-branch-name
Step5: Commiting the changes git commit -m "Add new feature"
Step6: Pushing all the changes git push origin your-branch-name