How connect to GIT server: Difference between revisions

From SoftPedia
No edit summary
No edit summary
Line 21: Line 21:


At the beginning of the Sourcetree installation, it may offer to install additional applications, but we don't need them, so just skip this step.
At the beginning of the Sourcetree installation, it may offer to install additional applications, but we don't need them, so just skip this step.


</translate>
</translate>
[[Category:Public]]
[[Category:Public]]

Revision as of 21:47, 5 November 2024


SOFT links

To start efficiently working with repositories, you need to go through several installation steps and connect to the server. Let's start by downloading all the necessary files:

GIT: This is the main program for version control and tracking changes in code and project files.

GIT LFS: This is an extension for GIT that allows managing large files, such as media resources and other large data, reducing the amount of downloaded data and optimizing storage.

Sourcetree: This is a simple and versatile interface for working with GIT. It has a user-friendly interface and provides all the necessary functions for comfortable repository management.

Installation

The installation order is very important. Follow these steps to install the programs:

  1. Install GIT first. During installation, just click "Next" and don't need to press anything else.
  1. After installing GIT, install GIT LFS. Here too, you don't need to make any changes; it will automatically detect the previously installed GIT, just click "Next."
  1. After installing the first two programs, install the most important one - Sourcetree. Follow the simple instructions during installation.

At the beginning of the Sourcetree installation, it may offer to install additional applications, but we don't need them, so just skip this step.