/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# ~/.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'