Saturday, October 25, 2014

git : remote add origin



$ git init
$ git remote add origin https://xxx/xxx.git

$ touch test.txt
$ git add test.txt
$ git commit test.txt
$ git push -u origin master

No comments:

Related Posts Plugin for WordPress, Blogger...