Skip to content

Instantly share code, notes, and snippets.

@TimoDJatomika
Created March 28, 2018 20:15
Show Gist options
  • Save TimoDJatomika/b62972db4228cf53bd8a612560a791f1 to your computer and use it in GitHub Desktop.
Save TimoDJatomika/b62972db4228cf53bd8a612560a791f1 to your computer and use it in GitHub Desktop.
Git Alias for bash
# git stuff
alias gs="git status"
alias gl="git log"
alias gpl="git pull"
alias gpu="git push"
alias gad="git add"
alias gcm="git commit"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment