Skip to content

Instantly share code, notes, and snippets.

@lloydmckie-lang
lloydmckie-lang / .gitconfig
Created October 16, 2025 10:43 — forked from j4ckofalltrades/.gitconfig
git config options in the `git config --make-git-work-for-you` talk -- https://talks.jduabe.dev/git-config
# git config options in the `git config --make-git-work-for-you` talk
# https://talks.jduabe.dev/git-config
[alias]
br = branch
cm = commit
di = diff
dis = diff --staged
lol = log --oneline
rs = restore