SOFTELメモ Developer's blog

会社概要 ブログ 調査依頼 採用情報 ...
技術者募集中

gitの図

これが頭に入っていれば大丈夫そう。

図中のindexはステージとも呼ばれる。

よくある操作例

● 共有リポジトリから作業コピーを作る

git clone xxxxxxxx
git clone ssh://xxxx@example.com/home/git/xxxx-project
git clone ssh://xxxx@example.com:12345/home/git/xxxx-project

● 作業コピーに共有リポジトリの変更を取り込む

git pull

● 作業コピーの変更を共有リポジトリに反映する

git commit
git push

ほかにも

git-arrows31[1] *


Git (2) *

関連するメモ

コメント