parent
527b75331d
commit
b808c6d94c
@ -1,15 +0,0 @@
|
|||||||
alias v=`which vim`
|
|
||||||
|
|
||||||
git=`which git`
|
|
||||||
alias g=$git
|
|
||||||
alias ga="$git add"
|
|
||||||
alias gc="$git commit -m"
|
|
||||||
alias gu="ga . && gc" # u for update
|
|
||||||
alias gs="$git status"
|
|
||||||
alias gi="$git init"
|
|
||||||
alias gp="$git push"
|
|
||||||
alias gf="$git pull" # f for fetch
|
|
||||||
alias gC="$git clone"
|
|
||||||
alias goops="$git reset --soft HEAD^"
|
|
||||||
|
|
||||||
alias rm="trash-put"
|
|
Loading…
Reference in new issue