Skip to content

Instantly share code, notes, and snippets.

@drance
Created November 10, 2015 03:54
Show Gist options
  • Save drance/71e347d2e2e29a1d8706 to your computer and use it in GitHub Desktop.
Save drance/71e347d2e2e29a1d8706 to your computer and use it in GitHub Desktop.
Lazy devs are lazy
alias gb="git branch"
alias gcb="git co -b"
alias gd="git difftool"
alias gl="git log"
alias gln="git log --name-only"
alias gs="git status"
alias gt="git tag -l"
alias gsl="git stash list"
alias gsms="git submodule sync"
alias gsmu="gsms; git submodule update --init --recursive"
alias gpl="git pull"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment