Skip to content

Instantly share code, notes, and snippets.

@idrisr
Created June 22, 2020 00:04
Show Gist options
  • Save idrisr/2cea03357f8ce73ed0a6293eda449119 to your computer and use it in GitHub Desktop.
Save idrisr/2cea03357f8ce73ed0a6293eda449119 to your computer and use it in GitHub Desktop.
alias dc='docker container'
alias di='docker image'
alias dv='docker volume'
alias dco='docker-compose'
alias gs='git status'
alias gd='git diff'
alias gds='git diff --staged'
alias ga='git add'
alias gc='git commit'
alias gco='git checkout'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment