Usage of git.heindl-solutions.com


Introduction

On demand, we provide a private and secured version control service for our customers during software development. For this we use git combined with a Continuous Integration build powered by GitLab CE. Advantages are:

On this page we describe the possibilities to use the GitLab service at https://git.heindl-solutions.com/.

Learn

Online

Books

Read more about Git in the Pro Git Book. The free 2nd edition of the book in PDF, Mobi (Kindle format), ePub (iBooks format) or HTML format is available at git-scm.com/book/en/v2.

Clients

For Windows Operating Systems

TortoiseGit

Kept up to date. Free. Integrates in Windows Explorer. Comes with command line tools. At the moment, we recommend this client on Windows. See detailed setup information for git.heindl-solutions.com.

Homepage: https://tortoisegit.org/

SourceTree

Recommended by many. Free, but requires Atlassian account since 2016

Homepage: http://www.sourcetreeapp.com/

GitKraken

New. Free, but requires registration.

Homepage: http://www.gitkraken.com/

GitHub Desktop

Free. We recommend skipping the GitHub setup. Tailored for GitHub.com, but can use other repositories as well although a bit complicated, see Adding a repository from your local computer to GitHub Desktop. Checkout repository via command line Open command prompt. Enter:

cd C:\myprojects
git clone https://git.heindl-solutions.com/USERNAME/PROJECTNAME

Replace USERNAME and PROJECTNAME with the correct URL. Then open GitHub Client. Open Windows Explorer and drag and drop folder C:\myprojects\PROJECTNAME on the GitHub Client.

Homepage: https://desktop.github.com/