Skip to content

Instantly share code, notes, and snippets.

View ashleyo's full-sized avatar

Ashley Oliver ashleyo

  • Norfolk, UK
  • 00:08 (UTC +01:00)
View GitHub Profile
@ashleyo
ashleyo / IntToGit.md
Last active July 15, 2025 08:39
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