some fixes and updates
This commit is contained in:
parent
83aae19dff
commit
231ba757a7
2 changed files with 4 additions and 4 deletions
4
bashrc
4
bashrc
|
@ -105,12 +105,12 @@ alias mountnrg='sudo mount -o loop,offset=307200'
|
|||
# git:
|
||||
alias gss='command git status -s'
|
||||
alias gdf='command git diff'
|
||||
alias gci='command git commit -a'
|
||||
alias gci='command git commit'
|
||||
alias gup='command git pull'
|
||||
# svn:
|
||||
alias sss='command svn status'
|
||||
alias sdf='command svn diff'
|
||||
alias sci='command svn commit -m'
|
||||
alias sci='command svn commit'
|
||||
alias sup='command svn up'
|
||||
|
||||
# we want to see exit code on error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue