Home > Development Tools > git > body text

What is the difference between git and tortoisegit

WBOY
Release: 2022-01-14 14:56:11
Original
12392 people have browsed it

Difference: 1. Git is an open source distributed version control system used to handle project version management, while tortoisegit is the Git version of TortoiseSVN and is a Git version control client; 2. Git works based on dos , tortoiseGit is based on windows work.

What is the difference between git and tortoisegit

The operating environment of this article: Windows 10 system, Git version 2.30.0, Dell G3 computer.

What is the difference between git and tortoisegit

TortoiseGit

TortoiseGit is referred to as tgit, Chinese name Turtle Git is the Git version of TortoiseSVN. TortoiseGit is a Git version control client that only supports the artifact Windows system.

TortoiseGit (Turtle Git) is the Git version of TortoiseSVN, used to migrate TortoiseSVN to TortoiseGit. TortoiseGit is a Git version control client implemented as a shell extension for Microsoft Windows. It is released as free software under the GNU General Public License. There has always been no easy-to-use GUI client for Git on the Windows platform. Now the emergence of tortoisegit has brought good news to Windows developers.

Git

Git (pronounced /gɪt/) is an open source distributed version control system that can handle files from very small to very large efficiently and at high speed. Project version management. [1] It is also an open source version control software developed by Linus Torvalds to help manage Linux kernel development.

TortoiseGit is a source client for the open GIT version control system. TortoiseGit is referred to as tgit, and its Chinese name is Turtle Git. Turtle Git only supports the artifact Windows system. There is a predecessor, Turtle SVN. TortoiseSVN and TortoiseGit are both very excellent open source repository clients.

Difference

Github for window and Tortoisegit are an implementation of the Git protocol.

TortoiseGit is an open source client for the git version control system, supporting Winxp/vista/win7. Old versions of your files can be restored.

Note: Tortoisegit is a plug-in (client) of Git, and the Git program itself still needs to be installed.

TortoiseGit is a visual graphical client, which is also known as Turtle Git. It is an excellent Git visual graphical client under Windows. With TortoiseGit, you can easily manage Git. No need to Give the order.

Friends who use SVN under Windows should be familiar with TortoiseSvn, a little turtle icon. TortoiseGit and TortoiseSVN are similar in usage. They are both integrated into the right-click menu, which is very convenient! TortoiseGit is the Git version of TortoiseSVN. tortoisegit is used to migrate TortoiseSVN to TortoiseGit. There has been no easy-to-use GUI client for Git on the Windows platform. Now the emergence of tortoisegit has brought good news to Windows developers.

In addition to recording every change to your files and directories ever, TortoiseGit can restore old versions of your files and study how and when historical data was changed and who changed it.

Summary

Git is dos, tortoiseGit is windows, it is simply a graphical interface, the actual work is still git, so tortoiseGit is useless , you must first install the git client. Note that unlike SVN, tortoiseSVN includes svn so it can be used out of the box.

Recommended study: "Git Tutorial"

The above is the detailed content of What is the difference between git and tortoisegit. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
git
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!