git で push の URI を変更する - tbrookの日記

git remote add を行った時、fetch と push の URI が デフォルトでは同一なので 変更をする。 リモートの確認 $ cd twittering-mode/ $ git remote -v origin git://github.com/hayamiz/twittering-mode.git (fetch) origin git://github.com/hayamiz/twittering-mode.git (push) bareリポジトリ の作成 $ cd .. $ git cl…