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”菜单中相应的函数,实现管理。

  

 


本文转自Artwl博客园博客,原文链接:http://www.cnblogs.com/artwl/,如需转载请自行联系原作者

相关文章
|
12天前
|
Windows
Windows 系统下安装
安装Julia on Windows: Download the installer from <https://julialang.org/downloads/>; 32-bit works on both 32/64-bit systems, while 64-bit requires 64-bit Windows. Run the installer, clicking Next, and check "Add Julia To PATH" to enable command line usage. Default install dir:
|
22天前
|
并行计算 C++ 异构计算
【环境配置】安装windows版本的TensorRt
【环境配置】安装windows版本的TensorRt
27 4
|
2天前
|
C# Windows
一个免费、时尚、强大的 Windows GitHub 客户端
一个免费、时尚、强大的 Windows GitHub 客户端
|
2天前
|
Apache Windows
windows 一键安装apache服务器 windows傻瓜式安装apache2 web服务器管理软件
windows 一键安装apache服务器 windows傻瓜式安装apache2 web服务器管理软件
|
2天前
|
Apache Windows
windows源码安装apache2 win安装apache 阿帕奇服务器
windows源码安装apache2 win安装apache 阿帕奇服务器
|
2天前
|
Windows
win10家庭版安装iis 微软web服务器 windows安装IIS web服务器
win10家庭版安装iis 微软web服务器 windows安装IIS web服务器
|
2天前
|
缓存 开发工具 git
windows系统通过git上传代码
windows系统通过git上传代码
|
3天前
|
Oracle Java 关系型数据库
02. 【Java教程】Windows 上安装 Java
02. 【Java教程】Windows 上安装 Java
7 1
|
6天前
|
Windows
Windows 系统下安装
**安装Windows上的Julia:** 访问[julialang.org/downloads](https://julialang.org/downloads/)下载安装程序。32位版兼容32/64位系统,但64位版仅适用于64位Windows。安装时,选择"Add Julia To PATH"以添加到环境变量,简化后续命令行使用。默认路径如C:\Users\BAIDU\AppData\Local\Programs\Julia 1.7.2。只需简单下一步安装。
|
10天前
|
开发工具 git
Git的安装与卸载
该内容是关于如何下载Git的指导。首先,访问Git的官方网站[https://git-scm.com/downloads](https://git-scm.com/downloads)来获取相应平台的下载选项。然后,选择适合的安装包进行下载。文中包含三个图片,分别展示了下载页面、选择安装包的步骤以及可能的安装程序界面。