Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am slomek on github.
  • I am slomek (https://keybase.io/slomek) on keybase.
  • I have a public key ASDULHJAUJGHpFY1XP48TGHytY2g8Y1SoQ0pvYTGSpFeAQo

To claim this, I am signing this object:

@slomek
slomek / .gitconfig
Last active March 13, 2023 09:44
.gitconfig
[alias]
st = status -sb
plog = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
plog10 = log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit -n 10
fp = fetch --prune
pl = pull --rebase
wtf = log --branches --not --remotes --simplify-by-decoration --decorate --oneline
todel = log --branches --not --simplify-by-decoration --decorate --oneline
cam = commit -am
bump = !git-bump-semver