Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1661020
  • 博文数量: 230
  • 博客积分: 10045
  • 博客等级: 上将
  • 技术积分: 3357
  • 用 户 组: 普通用户
  • 注册时间: 2006-12-30 20:40
文章分类

全部博文(230)

文章存档

2011年(7)

2010年(35)

2009年(62)

2008年(126)

我的朋友

分类: 项目管理

2008-09-24 09:47:36

Intro to the Windows Git GUI – In Pictures

The goal of this article is to start using Git for something. After you start using Git, for something, you can explore the features that make distributed version control useful. Please note, I already know Git Gui is a terrible interface.

This article assumes you have installed Git and Git Gui with the default settings.

General Knowledge:
GIT’s distributed model is based on the idea of repositories existing as standalone entities on your local machine with the ability to “pull” from other repositories. There is no central server. To start out, it is best to have one repository per project.

Start Screen


Creating a new local repository:


Create Screen


Create Screen Result





Adding New Files:


Adding Operation Initial State


Adding Operation Start


Adding Operation Step 1


Adding Operation Step 2





Committing Changes:


Change Operation Step 1


Change Operation Step 2




Clone a repository:


Change Operation Step 1


Change Operation Step 2

阅读(13827) | 评论(1) | 转发(0) |
给主人留下些什么吧!~~

chinaunix网友2008-10-24 20:28:28

国内的免费git托管服务器 www.githost.cn 可以试试的。但是我GUI的版本还没研究过,这个文章不错