Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

add local origing git

$ git init --bare ~/repos/myproject.git
$ cd /path/to/existing/repo
$ git remote add origin ~/repos/myproject.git
$ git push origin master
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #add #local #origing #git
ADD COMMENT
Topic
Name
7+5 =