git show(リモートリポジトリの操作)

リモートサーバの表示

 git remote -v

リモートリポジトリの追加

 git remote add shared-repo file:///$HOME/tmp/project1.git

リモートリポジトリの削除

 git remote rm shared-repo

参考

http://progit.org/book/ja/ch2-10.html


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS