Update .aliases

This commit is contained in:
Oliver Davies 2019-04-01 10:13:12 +01:00 committed by GitHub
parent 9e92ec6825
commit ff36625865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,3 +34,5 @@ alias commit='git commit'
alias pull='git pull' alias pull='git pull'
alias push='git push' alias push='git push'
alias rebase='git rebase' alias rebase='git rebase'
alias sshconfig='vim ~/.ssh/config'