Skip to content

Instantly share code, notes, and snippets.

@audrow
Last active December 30, 2021 20:08
Show Gist options
  • Save audrow/9333993d09e079be232f827d7ae05334 to your computer and use it in GitHub Desktop.
Save audrow/9333993d09e079be232f827d7ae05334 to your computer and use it in GitHub Desktop.
Common aliases and functions that I often put in my bashrc
alias cdd="cd ~/Downloads/"
alias cddev="cd ~/Documents/Github"
alias cdc="cddev"
alias gb="git branch -a"
alias gc="git checkout"
alias gcb="git checkout -b"
alias gg="git gui"
alias gl="git log --pretty=oneline --graph"
alias gs="git status"
alias open="xdg-open"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment