git-github-workshop/
- README.md
- CONTRIBUTORS.md
Repository Link:
https://github.com/Satyxm/git-github-workshop.git
Click on the Fork button on GitHub.
git clone https://github.com/your-username/git-github-workshop.git
cd git-github-workshopBranch Naming Format:
yourname-githubusernameExample:
git checkout -b satyam-satyxmOpen CONTRIBUTORS.md
Add one line using this format:
Name | Department | College NameExample:
Satyam | CSE | XYZ Institute of Technology and Managementgit add .git commit -m "Added Satyam to CONTRIBUTORS.md"git push origin satyam-satyxm- Open your fork on GitHub
- Click
Compare & pull request - Click
Create pull request
Your contribution will appear after the Pull Request is reviewed and merged.