Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency - Official Docs
Git is an open source software used to coordinate collaborative work & track changes. Git an extremely fast and efficient version control system. You can read more about git
here
Anyone who is not familiar with git
, kindly refer to Atlassian Tutorials. You can primarily read through Beginner
, Getting Started
& Collaborating
sections of the tutorial.
- Fork this repository by following the steps given in this link
- Create a directory inside
Assignment x
, wherex
is the assignment number, with it's name same as your name. - Add your assignment submission in the directory that you created previously.
- Commit & Push your assignment submission to your forked repository.
- Once you have pushed your assignment submission to your forked repository, create a pull request to this repository by using pulls.
- You can read more about creating pull requests on Atlassian Tutorials, GitHub Docs & opensource.com.
- You can read about syncing your forked repo here.