All public logs
Jump to navigation
Jump to search
Combined display of all available logs of wiki karavi. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:29, 15 November 2025 Karavi talk contribs created page Git (Created page with "== Git Commands == === 1. Setting & Creating Projects === {| class="wikitable" |+ ! Command !! Description |- | <code>git init</code> || Initialize a local Git repository |- | <code>git clone ssh://git@github.com/[username]/[repository-name].git</code> || Create a local copy of a remote repository |} === 2. Basic Snapshotting === {| class="wikitable" |+ ! Command !! Description |- | <code>git status</code> || Check status |- | <code>git add [file-name.txt]</code> || Ad...")