5 Git configurations I make on Linux

Setting up Git on Linux is simple, but here are the five things I do to get the perfect configuration: Create global configuration; Set default name; Set default email address; Set default branch name; Set default editor. I manage my code, shell scripts, and documentation versioning using Git.

Source: LXer – 5 Git configurations I make on Linux