Skip to content

Instantly share code, notes, and snippets.

@devonzuegel
Created June 20, 2021 13:43
Show Gist options
  • Save devonzuegel/4d8da59d332df3252be40e1250e1e60f to your computer and use it in GitHub Desktop.
Save devonzuegel/4d8da59d332df3252be40e1250e1e60f to your computer and use it in GitHub Desktop.
.gitconfig for next time I get a new computer
# This is Git's per-user configuration file.
# Located at ~/.gitconfig in Devon's filesystem.
[user]
email = devonzuegel@gmail.com
name = Devon Zuegel
[core]
editor = code --wait
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment