Skip to content

Instantly share code, notes, and snippets.

@sashasimkin
sashasimkin / .gitconfig
Last active April 5, 2024 15:04
work's gitconfig
[alias]
s = status -sb
d = diff
dc = diff --cached
p = push
pff = push -f
pa = push --all && push --tags
pl = pull
pb = "!git push --set-upstream origin $(git rev-parse --abbrev-ref HEAD)"
c = commit -a