Add git cleanup to aliases
This commit is contained in:
parent
0a5e840c04
commit
baf6161ca7
3
system/.alias
Normal file → Executable file
3
system/.alias
Normal file → Executable file
@ -16,6 +16,9 @@ alias vssh='vagrant ssh'
|
||||
alias vd='vagrant destroy'
|
||||
alias vc='vagrant destroy && vagrant up --provision'
|
||||
|
||||
### Git
|
||||
alias git_clean='git fetch --all && git reset --hard origin/master'
|
||||
|
||||
### Lyrical
|
||||
alias vpn_lyrical='cd /home/ahosking/lyrical/vpn &&sudo openvpn --config gw-udp-1194-ahosking-vpn.ovpn'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user