Skip to content

Instantly share code, notes, and snippets.

@andreisena
Last active March 13, 2018 14:29
Show Gist options
  • Save andreisena/7ae37fc0754e6ab2a8bfd7a1f305d0d6 to your computer and use it in GitHub Desktop.
Save andreisena/7ae37fc0754e6ab2a8bfd7a1f305d0d6 to your computer and use it in GitHub Desktop.
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"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment