Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create local remote git repository

#make a bare repository on the remote side: 
git init --bare
#add the remote side as the push/pull tracker for your local repository 
git remote add origin URL 
#then locally you just say 
git push origin master
 
PREVIOUS NEXT
Tagged: #create #local #remote #git #repository
ADD COMMENT
Topic
Name
7+7 =