Global .gitignore

git config core.excludesFile defines global gitignore

December 24, 2024 · 1 min ·  git gitconfig gitignore

git with multiple users

Configure multiple git users on the same workstation

May 22, 2024 · 3 min ·  git gitconfig ssh gpg

git push --force vs --force-with-lease

Prefer ‘git push –force-with-lease’ over ‘git push –force’

May 16, 2024 · 5 min ·  git