Skip to content

Instantly share code, notes, and snippets.

View andreisena's full-sized avatar
🏠
Working from home

Andrei Sena andreisena

🏠
Working from home
View GitHub Profile
@andreisena
andreisena / .bash_aliases
Last active March 13, 2018 14:29
Usefull aliases
alias gs="git status -sb"
alias gl="git log --graph --abbrev-commit --decorate --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset'
alias a="php artisan"
@andreisena
andreisena / Git push deployment in 7 easy steps.md
Created April 14, 2016 20:33 — forked from thomasfr/Git push deployment in 7 easy steps.md
7 easy steps to automated git push deployments. With small and configurable bash only post-receive hook