揮発性のメモ2

http://d.hatena.ne.jp/iww/

gitで リポジトリを確認する

git でリポジトリを確認するにはremote -vコマンドを使う

$ git remote
origin

$ git remote -v
origin  ssh://hoge@192.168.0.10/var/lib/git/piyopiyo.git (fetch)
origin  ssh://hoge@192.168.0.10/var/lib/git/piyopiyo.git (push)

Git - git-remote Documentation
【 git remote 】コマンド(基礎編)――リモートリポジトリを追加、削除する:Linux基本コマンドTips(395) - @IT