Computer Notes/GIT/Git Cheat Sheet: Revision history

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

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.

31 August 2026

  • curprev 17:0817:08, 31 August 2026Mflavell talk contribs 2,623 bytes +2,623 Created page with "== Starting a Project == {| class="wikitable" |- ! Command !! Action |- | <code>git init</code> || Initialize a new local Git repository |- | <code>git clone <url></code> || Download a repository from a remote server |} == Staging & Committing == {| class="wikitable" |- ! Command !! Action |- | <code>git status</code> || Show modified, untracked, and staged files |- | <code>git add <file></code> || Stage a specific file |- | <code>git add .</code> || Stage a..."