Skip to content

Instantly share code, notes, and snippets.

View picker770's full-sized avatar
๐Ÿ˜€

Ateeq (Raja) Rehman picker770

๐Ÿ˜€
  • United Kingdom
  • 17:33 (UTC -12: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