1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

Remove gsvn aliases

This commit is contained in:
Joe Groocock 2016-04-30 14:07:19 +01:00
parent 912abbce1d
commit 15343f5cb8

View File

@ -124,8 +124,3 @@ alias doc="~/documents"
alias desktop="cd ~/desktop"
alias uni="~/university"
alias drive="~/drive"
alias gsvn="git svn"
alias gsync="git pull -q ; sl ; sp ; git push"
alias sp="git stash -q ; gsvn dcommit ; git stash pop"
alias sl="git stash -q ; gsvn rebase ; git stash pop"