Skip to content

Instantly share code, notes, and snippets.

View AFulgens's full-sized avatar

Dániel Kovács AFulgens

  • Zürich, Switzerland
View GitHub Profile
@AFulgens
AFulgens / .gitconfig
Last active June 24, 2019 09:41 — forked from weiserr/.gitconfig
Gitconfig file
#####################
# MANDATORY: BASICS #
#####################
[user]
# your e-mail address for two keys to have general tooling support
email = mc.weiser@gmail.com
mail = mc.weiser@gmail.com
# your name in <firstname> <surname> format, accentise as you see fit (but be consistent across projects!)
name = Robert Weiser
[core]