Skip to content

Instantly share code, notes, and snippets.

@weeksdev
Created May 2, 2019 16:25
Show Gist options
  • Save weeksdev/28e6fbabc2fa9153e58647086449e38e to your computer and use it in GitHub Desktop.
Save weeksdev/28e6fbabc2fa9153e58647086449e38e to your computer and use it in GitHub Desktop.
Bash Profile Aliases

alias gofolder='cd "c:/Program Files/Some Folder"'

alias gitlogjira="git log --pretty=oneline | grep -e '[A-Z]\+-[0-9]\+' -o | sort -u"

alias tree='cmd //c tree //a'

alias gitlog="git log --pretty --oneline"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment