Main Page: Difference between revisions
From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MediaWiki default • Click to view professional profile & credentials
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==What's New== | |||
{{Special:RecentChanges/50}} | |||
=Studying and Certifications= | =Studying and Certifications= | ||
{| style="display:inline; vertical-align: top; background: white; border:none; padding-right: 15px;" | {| style="display:inline; vertical-align: top; background: white; border:none; padding-right: 15px;" | ||
Revision as of 20:52, 8 November 2024
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 | ||||



