Skip to content

Instantly share code, notes, and snippets.

View guilhermeprokisch's full-sized avatar

Guilherme Prokisch guilhermeprokisch

View GitHub Profile
{"schemaVersion":1,"label":"Coverage","message":"81%","color":"green","namedLogo":"pytest"}
[alias]
cof = !git for-each-ref --format='%(refname:short)' refs/heads | fzf | xargs git checkout
c = !git add --all && git commit -m
ss = !git status -s
l = !git log --pretty=format:'%C(white)%s ⋮ %C(cyan)%cn ⋮ %C(green)%cr ⋮ %C(blue)%h ⋮ %C(red)%d'
r = !git restore --staged
amend=!git add --all && git commit --amend --no-edit
count = !git short shortlog -s --grep
; s = !zsh -c 'source ~/.config/zsh/zshrc && gitcommitplus'
s = !git status