Skip to content

Instantly share code, notes, and snippets.

View ashleyo's full-sized avatar

Ashley Oliver ashleyo

  • College of West Anglia
  • Norfolk, UK
View GitHub Profile
@ashleyo
ashleyo / IntToGit.md
Last active February 2, 2021 10:24
Intro to git

What it is, how to use locally

Ashley Oliver, March 2017

Git is an scvs, a source code versioning system.

That is to say it can track a file or collection of files and record changes in a database. Later you can discover what the changes were or use them to revert to any earlier version. This is already useful for

  • source code
  • web sites