星期三, 6月 08, 2011

how to make a new git source

208 git init
213 git add .
214 git commit -a
215 git remote add origin ssh://git@localhost/home/git/demos.git
216 git push origin master

沒有留言: