-
Basic Git Setup
Every time I change my computer or my operating system1, one of the first things I have to do is to configure Git. This article simply covers the basic Git settings that I always adjust. So, here’s what I’d typically do: # user identity $ git config --global user.name "Bozhidar Batsov" $ git config --global user.ema...
More like this (3)
-
Setting Up Git Identities (with support for different signing keys)
Working on many projects across multiple identities can be difficult to manage. This is a procedure...
-
Oh git configurations! Let's simplify
Oh git configurations! Let's simplify Git is complex. This article focuses on three Git config layers:...
-