Skip to content

Instantly share code, notes, and snippets.

View darkylein's full-sized avatar
🐻

Michael Scheller darkylein

🐻
View GitHub Profile
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active November 4, 2025 01:31
Conventional Commits Cheatsheet
@pksunkara
pksunkara / config
Last active November 2, 2025 17:16
Sample of git config file (Example .gitconfig) (Place them in $XDG_CONFIG_HOME/git)
# vi: ft=dosini
[user]
name = Pavan Kumar Sunkara
email = pavan.sss1991@gmail.com
username = pksunkara
[core]
editor = nvim
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol
pager = delta
[column]