Skip to content

Instantly share code, notes, and snippets.

View AFulgens's full-sized avatar

Dániel Kovács AFulgens

  • Zürich, Switzerland
  • 17:21 (UTC +02:00)
View GitHub Profile
@AFulgens
AFulgens / .gitconfig
Last active June 21, 2025 12:35 — forked from weiserr/.gitconfig
Gitconfig file
#####################
# MANDATORY: BASICS #
#####################
[user]
# your e-mail address for two keys to have general tooling support
email = [email protected]
mail = [email protected]
# your name should be <surname> <firstname> in case this makes it consistent (e.g., corporate LDAP environment)
# otherwise the only necessity is to have it consistent across your projects
name = Surname Firstname