Git is a Distributed Source Code Version Management Control Program."GitIt is a distributed version control/Software Configuration Management software created by denas tovas to better manage Linux kernel development ." -Wikipedia (Chinese. Http://zh.wikipedia.org/zh-cn/Git
The development of msysgit and tortoisegit is progressing fast. The GIT we use on the Windows platform is becoming more and more powerful. Although there is still a big gap between git and Linux, git can be proud of its advantages over other version control systems.
It has the following advantages:
1. It is stable enough. The core of Linux is to use it for hosting. The source code warehouse with several g numbers remains stable.
2. It is fast enough to be the fastest among all version control programs.
3. It is highly concerned by people. Many people write books and give tutorials for it. Progit is a good book.
4. easy to learn and use, with almost no threshold.
5. No cost is required. It is an open source free software.
6. cross-platform, all well-known platforms run well.
After introducing a bunch of advantages, Let's enter the GIT world. Linuxers, you don't have to read it here. Because you are proud of git. In Linux, please make sure that. In Windows, you need to create an available git environment by yourself.
Thanks to the msysgit (http://code.google.com/p/msysgit/) and tortoisegit (http://code.google.com/p/tortoisegit/) projects, we can install the required software at one time without the need to manually compile and install git.
Download msysgit and tortoisegit
Msysgit: http://code.google.com/p/msysgit/downloads/list
Tortoisegit: http://code.google.com/p/tortoisegit/downloads/list
Install tortoisegit and then install msysgit.
Install them. You may need to restart the system. After windows is restarted, your computer can use git.
Right-click the desktop or any location to view the tortoisegit menu.
Enjoy git!
Install the egit plug-in of Eclipse:
Install egit using market place
Eclipse 3.6 users can install egit through eclipsemarketplace on Eclipse. For installation URLs of versions earlier than 3.6, see http://www.eclipse.org/egit/download /.
A. After enabling eclipse, select help> eclipse marketplace;
B. Select eclipse marketplace and press next> to continue;
C. Type egit in the find field and then press the go button to start searching;
D. The following results will be displayed after the search. Please press the Install button to start installation;
E. The installation details are displayed. Click Next> to continue;
F. Select I accept the terms of the license agreement and press finish to start installation;
G. Start installation;
H. After the installation is complete, Select Restart now and restart egit installed in eclipse.
Install them. You may need to restart the system. After windows is restarted, your computer can use git.
For more information, see:Http://xiaogui.org/windows-git-with-msysgit-and-tortoisegit.html