/ Published in: Bash
Expand |
Embed | Plain Text
# ~/.bash_profile # Eric Boehs's git aliases alias gb='git branch' alias gba='git branch -a' alias gc='git commit -v' alias gd='git diff | mate' alias gl='git pull' alias gp='git push' alias gst='git status'
You need to login to post a comment.
