(For Git MINGW64)
C:\Program Files\git\etc\bash.bashrc
Append file with aliases - bash restart required. Works in conemu, needs to restart conemu or close and reopen the bash tab.
# adding alias for bash!
alias git-login="eval `ssh-agent -s`; ssh-add ~/.ssh/*_rsa"
alias cls="clear"
alias cd..="cd .."
alias tv="cd _Development/teamviewer"
# note the directory alias is relative to c:, which is the base dir when bash loads.