Git ======== {{tag: git}} 分散型バージョン管理システムGit -------- {{TOC 3-}} ### Git とは ### >Git(ぎっと)はプログラムなどのソースコード管理を行う分散型バージョン管理システム。動作速度に重点が置かれている。Linuxカーネルのソースコード管理を目的として、リーナス・トーバルズによって開発された。 << http://ja.wikipedia.org/wiki/Git wikipedia - Git Git は Linux のカーネル開発や Perl コアの開発など数多くのプロジェクトで利用されている。 ### Index ### * [[git/first_step|git first step]] * [[git/branch|Git branch]] * [[git/tag|Git tag]] * [[git/reset_rebase_revert|Git reset/rebase/revert]] * [[git/config|Git config]] * [[git/etc_tips|Git tips]] ### FAQ * [[git/clone_https|git で https プロトコルで clone できない場合]] ### SEE ALSO ### * [[http://git-scm.com/ git official]] * [[http://www.kernel.org/pub/software/scm/git/docs/ Git Manual]] * [[http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html Git Tutorial]] * [[http://gitref.org/ Git Reference]] * book: [[http://progit.org/book/ja/ Pro Git 和訳]] * [[http://progit.org/book/ja/ch6-4.html コミット履歴の書き換え]]