Skip to content

Instantly share code, notes, and snippets.

@carltondickson
Last active May 16, 2016 12:46
Show Gist options
  • Save carltondickson/91d8967bf3df86daa789 to your computer and use it in GitHub Desktop.
Save carltondickson/91d8967bf3df86daa789 to your computer and use it in GitHub Desktop.
Bash aliases
# ALIASES
## APACHE
alias apache-restart='sudo service apache2 restart'
alias apache-reload='sudo service apache2 reload'
## PHP
alias cdd-command='/usr/bin/php /var/www/commands/app/app.php'
## GIT
alias gfgp='git fetch --all && git pull'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment