GIT primer
Wednesday, January 18th, 2017 16:10
Schreiber 309
GIT primer
Efi Fogel, TAU
Abstract:
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.
Bitbucket is a web-based hosting service for projects that use either the Mercurial (since launch) or Git (since October 2011) revision control systems. Bitbucket offers both commercial plans and free accounts.
Bitbucket is a web-based hosting service for projects that use either the Mercurial (since launch) or Git (since October 2011) revision control systems. Bitbucket offers both commercial plans and free accounts.
We use a Bitbucket academic account to host the sources of our code and papers and miscellaneous files.
I'll go through the details of our account and I'll explain how to use Git. I'll also suggest some conventions regarding the structure of our Git repositories (central places in which aggregations of data are kept and maintained in organized ways).