Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

git create server repository

mkdir <your_repository_name>
cd <your_repository_name>
git init --bare
 
PREVIOUS NEXT
Tagged: #git #create #server #repository
ADD COMMENT
Topic
Name
8+1 =