Main Page
From Cramsession
✍️ Verified Author: MediaWiki default • Click to view professional profile & credentials
What's New
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
31 August 2026
| N 17:08 | Computer Notes/GIT/Git Cheat Sheet diffhist +2,623 Mflavell talk contribs (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...") | ||||
|
|
17:08 | Computer Notes/GIT 5 changes history +641 [Mflavell (5×)] | |||
|
|
17:08 (cur | prev) −6 Mflavell talk contribs | ||||
|
|
17:08 (cur | prev) +63 Mflavell talk contribs | ||||
|
|
17:06 (cur | prev) +207 Mflavell talk contribs | ||||
|
|
17:03 (cur | prev) +180 Mflavell talk contribs (→Useful commands) | ||||
|
|
16:22 (cur | prev) +197 Mflavell talk contribs | ||||



