Skip to content

Instantly share code, notes, and snippets.

@dominik-ba
Last active October 25, 2019 13:40
Show Gist options
  • Save dominik-ba/0808bbc2b82c4fa4dee4f6986981629d to your computer and use it in GitHub Desktop.
Save dominik-ba/0808bbc2b82c4fa4dee4f6986981629d to your computer and use it in GitHub Desktop.
bash aliases
# Aliases
alias g='git'
alias gst='git status'
alias gclean="git pull --all -p && git branch -vv | grep 'origin/.*: gone]' | awk '{print $1}' | xargs git branch -d"
alias gp='git push'
alias cdrep='cd /c/repositories/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment