git abbreviations

This commit is contained in:
Frank Villaro-Dixon 2014-06-09 23:09:15 +02:00
parent 4a03cf20dd
commit df7e4de196
2 changed files with 4 additions and 1 deletions

3
bashrc
View file

@ -118,6 +118,9 @@ alias gl='git log --graph --abbrev-commit --pretty=oneline --decorate'
alias gitst='git status'
alias git_mail='git send-email --annotate --compose origin'
alias poule='git pull'
alias gst='git status'
alias gci='git commit'
alias push='git push'
alias makew='make'
alias mkae='make'

View file

@ -3,7 +3,7 @@ IdentityFile ~/.ssh/id_rsa.auth
IdentityFile ~/.ssh/id_rsa.git
IdentityFile ~/.ssh/id_dsa
Compression yes
###Compression yes
host vi-di.fr
port 1337