Git

From Teknologisk videncenter
Revision as of 16:12, 19 December 2022 by Heth (talk | contribs)
Jump to: navigation, search

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]

References