Sourcetree is a project version control software with a visual interface for Git project management, and it integrates the Git flow workflow, and for beginners unfamiliar with git commands, you can quickly learn to use git and git flow to Developed with code versioning and team collaboration.
git and git flow are also used in our Laravel tutorial-the actual Ibrand open source e-commerce API system tutorial, so it's easy for beginners to record the installation process.
Download
Related software used in the tutorial download the network disk: Https://pan.baidu.com/s/1bqVD5MJ Password: 4lku
Installation
Please right-click Run as Administrator to install the software, if you encounter problems, please see this article: Sourcetree WIN10 installation does not successfully resolve process records
If you already have an account, you can login directly, if you do not have an account, please click "Go to My Atlassian", will guide us to register a new account.
If you have a Google account, you can sign in directly. Here we demonstrate the process of registering a new account, click on the "Sign up for a account" below and register a new one.
Enter your own mailbox and password. Also note: Here is a human-machine authentication module that uses the services provided by Google, so if you do not use a ladder, you may not be able to see the module.
After successful, the email will be sent to your email for verification.
Enter a name at random, then go back to the Sourcetree installation screen and click the "Use existing Account" button again to log in.
Here you choose "Skip initial Setup", here is let you associate a remote server repository, here we do not need, so skip.
We do not need to use Mercurial, so check "I do not want to use Mercurial", click to complete all the installation and initialization settings, into the Sourcetree software management interface.
Managing Code
Throughout this series of tutorials, we will use Git to manage our code versions. So we need to add the previous source code, select "Add" to enter the following interface.
Select "Browse" to open our C:\workspace\api-tutorial-source
code Directory
Click "Add" button to enter the source management interface
Related articles
- Sourcetree WIN10 Installation does not successfully resolve process records
- Sourcetree Simple git Flow process demo
- Deep understanding of learning git workflows
Sourcetree WIN10 installation process and configuration