Clone a Repository: git clone https://github.com/username/repository.git
Create a Branch: git checkout -b feature-branch
Make Changes and Stage Them: git add .
Commit Changes: git commit -m “Add new feature”
Push Changes: git push origin feature-branch
Create a Pull Request: On GitHub, create a PR to merge feature-branch into main.
New contributor
MESAMEERGAIKWAD is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1