Concept and installation steps of git client SourceTree

SourceTreeSetup-3.3.8

1. The concept of SourceTree

SourceTree is a relatively easy-to-use git client.

 SourceTree is a free Git and Hg client management tool for Windows and Mac OS X. It is also a tool for Mn version control system. Support create, clone, submit, push , pull and merge operations.

SourceTree has a beautiful and concise interface, which greatly simplifies the Git operation mode between developers and code base , which is very practical for those who are not familiar with Git commands.

SourceTree has complete Git functions:

  • All Git commands can be used through a simple user interface
  • One click to manage all Git repositories, whether hosted or local
  • With one click, you can perform commit , push , pull , merge and other operations
  • Some advanced features, such as patch processing, rebase , shelve , cherry picking, etc.
  • Can connect to your code base hosted in Bitbucket , Stash , Microsoft TFS or GitHub
  • SourceTree
  • mercurial-4.4.1-x64.msi
  • Git-2.16.2-64-bit.exe

 

2. Download address of each software

Address https://www.sourcetreeapp.com/ can be downloaded: SourceTreeSetup-3.3.8.exe

Dependent software:

mercurial-4.4.1-x64.msi   https://www.mercurial-scm.org/downloads

 

Git-2.16.2-64-bit.exe

 

.NET Framework 4.8

https://download.visualstudio.microsoft.com/download/pr/014120d7-d689-4305-befd-3cb711108212/1f81f3962f75eff5d83a60abd3a3ec7b/ndp48-web.exe

Three, SourceTree installation steps

 

 

 

· You need an Atlassian account to use Sourcetree.

Go to the bitbucket website, 1. Register a bitbucket account first, and then 2. register a bitbucket cloud account. Just log in.

 

 

      

This step did not appear very well. It was uninstalled and reinstalled once, and the interface for completing registration was popped up.

The download was slow, and then Sourcetree was cancelled. Mercurial 5.3.2 MSI was downloaded from the official website and installed first.

When installing Sourecetree again, the following interface is directly displayed:

The installation was successful and it worked.

Fourth, the installation is complete, summary:

  1. Install GIT (version management software),
  2. Install Mercurial (version management software),  you can not use this version management software, just git.
  3. After installing Sourecetree , you will be transferred to the bitbucket website. 1. Register a bitbucket account first, and then 2. register a bitbucket cloud account. Just log in.

 

 

Record: I did not use the Sourecetree software provided by the official, but the software in the computer housekeeper software library.

 

Reference documents:

https://www.jianshu.com/p/d4d33bdfce87

https://jingyan.baidu.com/article/8ebacdf07a7a0649f65cd5ea.html

 

Published 105 original articles · Like 30 · Visits 160,000+

Guess you like

Origin blog.csdn.net/happygrilclh/article/details/105533837