Skip to content

Instantly share code, notes, and snippets.

View deniztoprak's full-sized avatar
veritas norma sui et falsi est

De deniztoprak

veritas norma sui et falsi est
  • /dev/null
View GitHub Profile
# migrating from https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git/git.plugin.zsh
# Aliases
alias g='git'
#compdef g=git
alias gst='git status'
#compdef _git gst=git-status
alias gd='git diff'
#compdef _git gd=git-diff
alias gdc='git diff --cached'