Getting started with Git

This post represents an overview of version control with git. The mentioned commands and parameters are only a small part of what’s possible. Git is a popular system for version control. Projects on git are called Repositories. Repositories can be used local or with a server. There are several free hosters, for example: Github GitLab BitBucket Installation Linux (Debian-based) 1 apt-get install git-all Windows Mac Elements Git-Repositories are separated into working directory, staging area and repository. The working directory is the local copy of the repository. ...

September 10, 2017 · 7 min · Marcel Jurtz