Skip to content

Instantly share code, notes, and snippets.

View rafaelcitario's full-sized avatar
:shipit:
Hey! don't touche the mafious mouse, please.

Rafael Citario rafaelcitario

:shipit:
Hey! don't touche the mafious mouse, please.
View GitHub Profile
@rafaelcitario
rafaelcitario / config
Created February 1, 2024 22:05 — forked from pksunkara/config
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[init]
defaultBranch = master
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
@pksunkara
pksunkara / config
Last active June 17, 2024 13:50
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[init]
defaultBranch = master
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta