Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

doe snot appear to be a git repository

$ cd ~/Ubuntu One/
$ mkdir <project-name>
$ cd <project-name>
$ mkdir .git
$ cd .git
$ git --bare init

$ git remote add origin /home/<linux-user-name>/Ubuntu One/<project-name>/.git

$ git push -u origin --all
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #doe #snot #git #repository
ADD COMMENT
Topic
Name
9+4 =