- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- Git/git remote (リモートリポジトリの操作) へ行く。
- 1 (2012-01-09 (月) 10:52:37)
- 2 (2012-01-09 (月) 10:54:45)
- 3 (2012-02-15 (水) 15:01:49)
- 4 (2012-05-01 (火) 16:38:53)
- 5 (2016-06-21 (火) 15:32:44)
git show(リモートリポジトリの操作)
リモートサーバの表示
git remote -v
リモートリポジトリの追加
git remote add shared-repo file:///$HOME/tmp/project1.git
リモートリポジトリの削除
git remote rm shared-repo
リモートリポジトリ参照名の変更
git remote rename origin ex-origin
orginからex-originへ。