Skip to content

Instantly share code, notes, and snippets.

@sam33rdhakal
Created July 20, 2016 15:31
Show Gist options
  • Save sam33rdhakal/afae25f77c17f694eb5aa1cd9a7ef1b4 to your computer and use it in GitHub Desktop.
Save sam33rdhakal/afae25f77c17f694eb5aa1cd9a7ef1b4 to your computer and use it in GitHub Desktop.
alias gs="git status -s"
alias gd="git diff -w"
alias gca="git commit -a -m"
alias gl="git log --oneline --decorate"
alias gp="git push"
alias gf="git fetch"
alias gc="git checkout"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment