Git
From Teknologisk videncenter
Install git
Download git from https://git-scm.com/download/win and install it.
Basic configuration
From terminal issue the following commands: (Windows start the git bash app)
heth@emb3:~$ git config --global user.name "Henrik Thomsen"
heth@emb3:~$ git config --global user.email "heth@mercantec.dk"
Why is it called Git?
Linus Torvalds has quipped about the name "git", which is British English slang for a stupid or unpleasant person. Torvalds said: "I'm an egotistical bastard, and I name all my projects after myself. First 'Linux', now 'git'."[1][2][3]