Skip to content

Instantly share code, notes, and snippets.

View hwakabh's full-sized avatar
🏠
Working from home

Hiroyuki Wakabayashi hwakabh

🏠
Working from home
  • Tokyo, Japan
  • 16:46 (UTC +09:00)
View GitHub Profile
@pksunkara
pksunkara / config
Last active June 21, 2024 08:46
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