#author("2018-04-23T14:58:49+09:00","default:nari","nari") #author("2018-04-23T15:10:08+09:00","default:nari","nari") * gitとは [#e1b3fd01] Gitとはソースプログラムの改版履歴などを 管理するバージョン管理システムです。 オープンソースのプログラムで、多くのプログラムのソースコードの配布にも使用されています。 ** git プログラムの入手 [#sdebee74] - [[Git - Gitのインストール:https://git-scm.com/book/ja/v2/%E4%BD%BF%E3%81%84%E5%A7%8B%E3%82%81%E3%82%8B-Git%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB]] 以下のページに、 linux, Mac, Windowsでのgitのインストール方法が説明してあります。 - [[Gitのインストール:https://git-scm.com/book/ja/v2/%E4%BD%BF%E3%81%84%E5%A7%8B%E3%82%81%E3%82%8B-Git%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB]] ** Windows での gitのインストール [#s3406961] 現在、Windowsで動作するいろんなパッケージにgitが含まれていますが、 まだgitがインストールされていない場合、上記の''Gitのインストール''では 以下の2つが推奨されています。 - [[Git for Windows:https://gitforwindows.org/]] - [[GitHub for Windows:https://desktop.github.com/]] ** Links [#ace6eb2a] - [[Git:https://git-scm.com/]] - [[Git - Book:https://git-scm.com/book/ja/v2]] - [[Git - Wikipedia:https://ja.wikipedia.org/wiki/Git]]