7
4nur44g
6y

I use this..
alias gits='git status'
alias gitl='git log'

Comments
  • 2
    Mine for these are...

    alias gs='git status'
    alias glog='git log --graph --oneline --decorate -n 10 --color'
  • 3
    I just type out the commands since I type ~150 WPM
Add Comment