2012年4月4日 星期三

Develop Rails with Git

步驟

1. 建立一個新的Repo
2. 上傳到GitHub




1. 建立一個新的Repo
https://github.com/repositories/new

2. 上傳到GitHub

<code>git init

touch README
git add README
git commit -m 'first commit'
git remote add origin git@github.com:userid/firstApp.git
git push -u origin master</code>

沒有留言:

張貼留言