Tutorial:Getting Started With Git: Revision history

From PMDOWiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 October 2025

11 August 2025

19 June 2025

  • curprev 15:1915:19, 19 June 2025 Shitpost Sunkern talk contribs 8,213 bytes +50 Add page categories
  • curprev 15:1815:18, 19 June 2025 Shitpost Sunkern talk contribs 8,163 bytes +8,163 Created page with "This is a tutorial on how to start using Git, a popular version control and code collaboration software. == What is Git and why are we dealing with Git in the first place? == Git is a software that tracks changes to your code and other files in a project and lets you save snapshots (called "commits") of the project at a given point in time. This is useful in multiple ways: * You must save your code in order to run it and test if it works, so committing acts as a sort..."