User Tools

Site Tools


git

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
git [2026/07/13 00:15] – [Combinations] jhagstrandgit [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 named .git, co-residing in the project folder along with the working copy\\+a non-bare repository is a sub-folder named .git, co-residing in the project folder along with the working copy\\
  
-  git init +  git init  # executed from within a new project folder, creates the .git folder 
-  git clone+  git init --bare flash.git  # create a new sub-folder named flash.git   
 +   
 +  git clone <server.path>.flash.git # create sub-folder named flash, within which lies the .git sub-folder
  
 ====remote==== ====remote====
git.txt · Last modified: 2026/08/06 07:54 by jhagstrand

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki