====== Git Windowsクライアント ====== --- //[[http://www.y2sunlight.com|y2sunlight]] 2020-06-05// [[git:top|Git に戻る]] 本章では、GitのWindowsクライアントについて説明します。 GitのWindowsクライアントはCLIとGUIがあります。CLIの方は、[[https://gitforwindows.org/|Git for Windows]](旧称 msysGit)に同封されている Git Bash が定番です。一方GUIの方は、多種多様でさまざまなものが公開されています。git-scm.com でも[[https://git-scm.com/download/gui/windows|GUIクライアント]]の紹介がされています。 本編ではGitのGUIクライアントとして Windows でも Mac でも使える [[https://www.sourcetreeapp.com/|SourceTree]] を使う事にしました。他に [[https://www.gitkraken.com/|GitKraken]] や [[https://tortoisegit.org/|TortoiseGit]] も候補として考えましたが、機能の豊富さと実績を考えて SourceTree にしました。尚、ここでは社内Gitサーバのクライアントが対象です。[[https://github.co.jp/|GitHub]]をお使いの場合は、[[https://desktop.github.com/|GitHub Desktop]] など他のGUIクライアントの方が使い易いかもしれません。 また、PHPの統合開発環境 Eclpise からの使用についても言及します。 関連記事 * [[git2:server|Gitサーバーの構築 - Gitデーモン/Smart HTTP]] * [[git2:server:git-web|Gitサーバーの構築 - Git Web]] * Git Windowsクライアント リンク * [[https://gitforwindows.org/|Git for windows]] * [[https://www.sourcetreeapp.com/|SourceTree]] * [[https://www.gitkraken.com/|GitKraken]] * [[https://tortoisegit.org/|TortoiseGit]] * [[https://git-scm.com/book/en/v2/Appendix-A%3A-Git-in-Other-Environments-Git-in-Eclipse|Git in Eclipse]] git-scm.com から各種Git GUIクライアントへのダウンロードがリンクがあります * [[https://git-scm.com/download/gui/windows|GUI Clients]] --- Git Downloads GUI Clients ---- ===== 目次 ===== * [[git2:client:windows:git-for-windows|Git for Windows (Git Bash)]] * [[git2:client:windows:source-tree|SourceTree]] * [[git2:client:windows:eclipse|Eclipse Egitプラグイン]] \\