主なコマンド
- git add .
- git commit -m ""
- git status
- git checkout "branchname"
- git checkout -b "new branch"
- git branch
- git branch -d "del branch"
- git remote add "alias" "remote pass"
- git push "remote pass"
- git pull "remote pass" "branch"
- git log
- git clone --bare "source dir" "target dir"
- git clone "remote pass"
- git diff "filename"
- git merge "target branch"
- target branchの内容を現在のbranchにマージする
最終更新:2011年12月15日 12:51