Using GitHub Desktop as a Client for GITLAB and other GIT Services

Tiempo de lectura: 2 minutos
git

Using GitHub Desktop as a Client for GITLAB and other GIT Services

Photo by Christina Morillo on Pexels

Github Desktop is the official GitHub client for Windows, Linux, and Mac. It is available for free on their website: https://desktop.github.com/, and it simplifies the process of synchronizing, updating, and maintaining your projects in GIT.

Through a graphical interface, you can use all the GIT commands and switch between repositories.

What they haven’t told you is that you can use this free client to synchronize all your projects on other platforms compatible with GIT, such as: Gitlab, Bitbucket

Performing this synchronization is quite simple.

  1. We need to download the free Github Desktop client from this URL:  https://desktop.github.com/
  2. Once installed, we can choose to add or not the requested data for the GitHub account.
  3. Now we click on File > Clone Repository (Ctrl+Shift+O)
  1. We choose the URL option.
  1. The program will ask for the data of the GIT service you are using, enter them, and they will be saved in the system.

Now you can manage your GIT project using the free GitHub client

Leave a Comment