bash/gci
This commit is contained in:
parent
693d8fe172
commit
dd9c87f595
1 changed files with 3 additions and 0 deletions
|
@ -149,6 +149,9 @@ Described
|
|||
# clean untracked files
|
||||
alias gcf='git clean -d --force'
|
||||
|
||||
# clean untracked files interactively
|
||||
alias gci='git clean -d --interactive'
|
||||
|
||||
# index all and commit
|
||||
alias gacm='git add --all;git commit -m'
|
||||
|
||||
|
|
Loading…
Reference in a new issue