Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save udaken/75fecbce638d4b30c193484fd1746ec1 to your computer and use it in GitHub Desktop.
Save udaken/75fecbce638d4b30c193484fd1746ec1 to your computer and use it in GitHub Desktop.

Visual Studio 2008 でgitを利用する(2018年版)

調べた範囲を記述する。まだ動作確認はしていない。
大体 http://blog.cybozu.io/entry/5132 を見ればいいと思う。

Git Source Control Provider(gitscc) V 1.3

現在、codeplexではアーカイブに移行してしまっているが、ダウンロードはできる。

  1. https://archive.codeplex.com/?p=gitsccdownload archive から、 gitscc.zipをダウンロードする。
  2. releases/1/3b4d43e5-4a5a-47c6-b886-c1bbf0510154 を、 GitSccProvider.msi にリネームして、インストールする。
  3. あとは こちら https://opcdiary.net/?page_id=5677 などを参照して環境を設定する。

ちなみにソースコードは gitにもある
https://github.com/yysun/Git-Source-Control-Provider

Git Extensions Version 2.50.02

https://sourceforge.net/projects/gitextensions/ からダウンロードしてインストールする。

Visual Studio 2008 で利用できるかわからない…

TortoiseGit for XP

Windows Installer 4.5(KB942288)

https://www.microsoft.com/ja-jp/download/details.aspx?id=8483

TortoiseGit 1.8.16.0

https://download.tortoisegit.org/tgit/1.8.16.0/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment