Skip to content

Instantly share code, notes, and snippets.

@lhuria94
Last active August 2, 2018 06:17
Show Gist options
  • Save lhuria94/bffa1991a5cb0f6d025e31be70029c0c to your computer and use it in GitHub Desktop.
Save lhuria94/bffa1991a5cb0f6d025e31be70029c0c to your computer and use it in GitHub Desktop.
Git Aliases.
# Git Shortcuts
alias gst='git status'
alias gp='git pull origin'
alias gcod='git checkout develop'
alias gcom='git checkout master'
alias gl='git log --oneline'
alias gd='git diff'
# Drush Shortcuts
alias dca='drush cc all'
alias dcs='drush cc css-js'
alias dct='drush cc theme-registry'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment