Skip to content

Instantly share code, notes, and snippets.

View itsjerryokolo's full-sized avatar
🧑‍🚀
t-minus 10

Jerry Okolo itsjerryokolo

🧑‍🚀
t-minus 10
View GitHub Profile
@itsjerryokolo
itsjerryokolo / config
Created August 24, 2022 15:37 — forked from pksunkara/config
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