Add git cleanup to aliases

This commit is contained in:
Alexander Hosking 2017-05-09 11:06:06 -04:00
parent 0a5e840c04
commit baf6161ca7

3
system/.alias Normal file → Executable file
View File

@ -16,6 +16,9 @@ alias vssh='vagrant ssh'
alias vd='vagrant destroy' alias vd='vagrant destroy'
alias vc='vagrant destroy && vagrant up --provision' alias vc='vagrant destroy && vagrant up --provision'
### Git
alias git_clean='git fetch --all && git reset --hard origin/master'
### Lyrical ### Lyrical
alias vpn_lyrical='cd /home/ahosking/lyrical/vpn &&sudo openvpn --config gw-udp-1194-ahosking-vpn.ovpn' alias vpn_lyrical='cd /home/ahosking/lyrical/vpn &&sudo openvpn --config gw-udp-1194-ahosking-vpn.ovpn'