git
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| git [2026/07/13 00:15] – [Combinations] jhagstrand | git [2026/08/06 07:54] (current) – [repository] jhagstrand | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| === bare=== | === bare=== | ||
| a bare repository is a folder named project.git\\ | a bare repository is a folder named project.git\\ | ||
| - | a non-bare repository is a subfolder | + | a non-bare repository is a sub-folder |
| - | git init | + | git init # executed from within a new project folder, creates the .git folder |
| - | git clone | + | git init --bare flash.git |
| + | | ||
| + | git clone < | ||
| ====remote==== | ====remote==== | ||
git.txt · Last modified: 2026/08/06 07:54 by jhagstrand