-
Notifications
You must be signed in to change notification settings - Fork 6
introduction
Catherine Leung edited this page Mar 1, 2018
·
5 revisions
git is a revision distributed revision control system. github provides a web interface that makes working together using git easier to do.
- CVS
- SVN
- git
- mercurial ...
There are many out there. recently git has become very popular
- distributed (no central server)
- fast
- think of it as version file system
- provides infrastructure for sharing repositories user management
- public vs private repos
- free for open source (don't open source your homework...it is against academic policy - ie considered to be cheating)
- will provide free micro plan (private repos) for students (get it at education.github.com)