Skip to content

Instantly share code, notes, and snippets.

@zcuric
zcuric / .gitconfig
Last active September 20, 2017 09:22
My .gitconfig
[user]
name = zcuric
email = zcuric@gmail.com
[filter "lfs"]
clean = git lfs clean %f
smudge = git lfs smudge %f
required = true
[alias]
aliases = !git config --get-regexp 'alias.*' | colrm 1 6 | sed 's/[ ]/ = /' | sort # list all aliases
bn = rev-parse --abbrev-ref HEAD # current branch name
@staltz
staltz / introrx.md
Last active June 13, 2024 19:58
The introduction to Reactive Programming you've been missing