Last active
March 13, 2018 14:29
-
-
Save andreisena/7ae37fc0754e6ab2a8bfd7a1f305d0d6 to your computer and use it in GitHub Desktop.
Usefull aliases
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment