Skip to content

Instantly share code, notes, and snippets.

@rezkam
Created August 4, 2014 21:06
Show Gist options
  • Save rezkam/5f5646650ea57e822bf1 to your computer and use it in GitHub Desktop.
Save rezkam/5f5646650ea57e822bf1 to your computer and use it in GitHub Desktop.
itmard git alias (iga)
alias gis='git status'
alias gil='git log'
alias gull='git pull origin '
alias gica='git commit -a -m '
alias gush='git push origin '
alias granch='git branch '
alias gich='git checkout '
alias gif='git diff'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment