Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (23 loc) · 1.24 KB

Microsoft Campus Club - Sathyabama Institute of Science and Technology

MICROSOFT CAMPUS CLUB IS A PLATFORM FOR THE STUDENTS TO PITCH THEIR IDEAS AND SHAPE THEM TO EMBARK ON THEIR JOURNEY OF TECHNOLOGY.

Contribute to the Community

Understand the Basics of Git

How to Contribute?

  1. Fork the Repository
  2. Using Gitbash/Terminal clone the Repository
git clone https://github.com/Microsoft-Club-SIST/Microsoft-Club-SIST.github.io
  1. Add the code or make the changes in the existing code.
  2. Implement these commands to make changes in the Repository:
git add .
git commit -m [Add your Commit Message]
git push origin master
  1. Find the option for making a Pull Request and submit one. Remember to follow theContributing guidelines.
  2. Congratulations! You have made a Pull Request which will be reviewed and submitted 😃