Using GIt - sjlu/Virtual-Biology-Lab GitHub Wiki

Introduction

Git is a source version control tool. It basically keeps track of changes we've completed to the code, website, etc. It also helps out with collaboration, making code collaboration "collisions" collide seamlessly and more. Github is more of a tool/utility that is built on-top of Git.

Learning Git