Changes

From Genome Analysis Wiki
Jump to navigationJump to search
145 bytes added ,  17:02, 9 September 2011
Line 43: Line 43:  
# Create the bare repository.
 
# Create the bare repository.
 
#* <code>git init --bare --shared ''bareRepoName''</code>
 
#* <code>git init --bare --shared ''bareRepoName''</code>
 +
#** The <code>shared</code> parameter allows everyone in the same group to push to this repository.  Remove that option if this is not the case.
 
# cd to your repository that you want link to this bare repository.
 
# cd to your repository that you want link to this bare repository.
 
# Set the remote.
 
# Set the remote.

Navigation menu