Windows下Git客户端的安装及配置

一、Git客户端的安装

下载并安装两个文件:

 
http://code.google.com/p/msysgit/

http://code.google.com/p/tortoisegit/ 

一直NEXT就行了。

二、在VS2010中使用Git管理源代码

1 安装 

打开VS2010,选择Tools->Extension Manager;

选择左侧的“online gallary”,在搜索栏中搜索“git”;

在搜索结果中看到“Git Source Control Provider ”,选择并安装。

2 配置

选择Tools->Options;

在视图树中选择“Source Control ”;

在右侧的下拉列表中选择“Git Source Control Provider ”;

打开由Git管理的解决方案,就可以看到各个文件不同的状态,在“Solution Explorer”中右键单击想管理的文件,选择“Git”菜单中相应的函数,实现管理。

  

 

posted @ 2011-07-01 10:57  artwl  阅读(842)  评论(1编辑  收藏  举报

个人简介

var ME = {
	"name": "土豆/Artwl",
	"job": "coding",
	"languages": [
		"JS", "HTML",
                "CSS", "jQuery"
		"MVC",".NET",
		"设计模式"
	],
	"hobby": [
		"阅读", "旅游",
		"音乐", "电影"
	]
}
TOP