2009年4月29日水曜日

git

このエントリーをブックマークに追加 このエントリーを含むはてなブックマーク
gitでremoteのbranchを持ってきたり、remoteにbranchを持っていったり。効率的かどうかは知りませんが。

もっていく場合:

% git push <remote-repo> <local-branch>

持ってくる場合:

% git fetch <local-branch> <remote-repo:remote-branch>

0 件のコメント: