Skip to content

Instantly share code, notes, and snippets.

View vinceAmstoutz's full-sized avatar
💭
👨‍💻🏔️

Vincent Amstoutz vinceAmstoutz

💭
👨‍💻🏔️
View GitHub Profile
@vinceAmstoutz
vinceAmstoutz / gitconfig.sh
Last active April 3, 2025 08:12
Git config
#Global
git config --global user.name "Firstname Lastname"
git config --global user.email "mail"
git config --global push.autoSetupRemote true
git config --global column.ui auto
git config --global branch.sort -committerdate
git config --global pull.rebase true
#GPG
git config --global user.signingkey XXXXX