Skip to content

Instantly share code, notes, and snippets.

View BrunoPinheirofe's full-sized avatar
👾
hello, word!

BrunoPinheiro BrunoPinheirofe

👾
hello, word!
View GitHub Profile
@peidrao
peidrao / .gitconfig
Last active October 23, 2024 12:32
[alias]
ad = add .
ci = commit -m
ps = push origin
pu = pull
che = checkout
lg = log --all --graph --decorate --oneline --abbrev-commit
cm = commit
ac = !git add -A && git commit
st = status -sb