Skip to content

Instantly share code, notes, and snippets.

View kvn219's full-sized avatar
πŸ„β€β™‚οΈ
All day everyday

Kevin Nguyen kvn219

πŸ„β€β™‚οΈ
All day everyday
View GitHub Profile
@pksunkara
pksunkara / config
Last active May 6, 2025 17:23
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
[user]
name = Pavan Kumar Sunkara
email = [email protected]
username = pksunkara
[init]
defaultBranch = master
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta