Skip to content

Instantly share code, notes, and snippets.

@LeeCheneler
Created January 31, 2019 10:19
Show Gist options
  • Save LeeCheneler/bb9b8aa8f618beda925efc7f6bfe89b5 to your computer and use it in GitHub Desktop.
Save LeeCheneler/bb9b8aa8f618beda925efc7f6bfe89b5 to your computer and use it in GitHub Desktop.
Git Aliases got .zshrc
# git aliases
alias g="git"
alias ga="git add -A"
alias gc="git commit"
alias gcm="git commit -m"
alias gp="git push"
alias gch="git checkout"
alias gpu="git pull"
alias gb="git branch"
alias gbd="git branch -d"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment