Merge pull request #1459 from Esteban-Bermudez/place-git-config-in-config-directory

Create git config file under `~/.config`
This commit is contained in:
David Heinemeier Hansson
2025-09-07 20:36:03 +02:00
committed by GitHub

View File

@@ -1,5 +1,9 @@
#!/bin/bash
# Ensure git settings live under ~/.config
mkdir -p ~/.config/git
touch ~/.config/git/config
# Set common git aliases
git config --global alias.co checkout
git config --global alias.br branch