Fixed gaa alias
This commit is contained in:
parent
bd274b5075
commit
768709e12c
1 changed files with 3 additions and 1 deletions
|
@ -52,7 +52,7 @@ alias ac="sudo apt-cache"
|
|||
alias ag="sudo apt-get"
|
||||
|
||||
alias ga="git add"
|
||||
alias gaa="git add $(git rev-parse --show-toplevel)" # Adds all new files from the project root
|
||||
alias gaa="git add $(git rev-parse --show-toplevel)/." # Adds all new files from the project root
|
||||
alias gc="git commit"
|
||||
alias gca="git commit -a"
|
||||
alias gco="git checkout"
|
||||
|
@ -74,4 +74,6 @@ alias grro="git remote rm origin"
|
|||
alias grm="git rm"
|
||||
alias gs="git status"
|
||||
|
||||
alias :q="exit"
|
||||
|
||||
fortune
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue