Git Fundamentals (Tutorial): Revision history

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.

19 November 2024

6 November 2024

  • curprev 17:2417:24, 6 November 2024Lucasadmin talk contribs 7,498 bytes +7,498 Created page with "First of all, we begin by configuring our user name and e-mail address. Thanks to the option --global, the specified parameters will be applied to all the repositories that we create on our machine. 500px|center We now create a folder (mkdir) where we will initialize the repository (git init). 500px|center By using git status, we can check the state of the repository. Currently, no commits have been ma..."