https://github.com/katsuya1234
* $ rails new heroku_app * $ cd heroku_app * $ git init : 既存のディレクトリでのリポジトリの初期化
* $ git add . * $ git commit -m 'first import'
* $ git remote add origin [email protected]:<<ユーザー名>>/<<プロジェクト名>>.git
* $ git push heroku master
* git clone [email protected]:<<ユーザー名>>/FlickRemover.git * ssh-keygenとかでキーを作成し、登録しとく必要 * git clone [email protected]:/home/katsuya/apps/promotionapp/.git testprom * git commit -a -m "clone commit"
* git push origin master
* 『origin(レポジトリサーバー)』に『master(ローカル)』をアップデート
* git clone rsync://example.com/path/to/repo.git/
* git clone http://example.com/path/to/repo.git/
* git clone https://example.com/path/to/repo.git/
* git clone git://example.com/path/to/repo.git/
* git clone ssh://[user@]example.com[:port]/path/to/repo.git/
* git clone [email protected]:/home/katsuya/apps/promotionapp/.git testprom * git clone [email protected]:/Users/uenoyama718/Sites/Rails3app/giireport/.git giigame * git push (path不要)