How to connect SourceTree 4 to your GitLab account


Today we’re going to connect our Gitlab account to SourceTree to be able to clone remote git repositories, make local changes and push them back to our VCS. Download SourceTree for your operating system from https://www.sourcetreeapp.com Continue to login to GitLab with your credentials.Click on your avatar in the upper right corner and select Settings. […]

Upload your local project to GitLab, GitHub or Bitbucket using the command line


In this tutorial we will upload our local project to GitLab. GitHub or Bitbucket support Git as version control system as well so you can use the same commands for all three plattforms Before we start working with Git, it is important to know that both your local folder and the remote folder have to […]