gs
This commit is contained in:
parent
ca65005707
commit
e9694b0c17
1 changed files with 9 additions and 2 deletions
|
@ -402,10 +402,17 @@ reset \
|
||||||
"
|
"
|
||||||
|
|
||||||
# current state of repository
|
# current state of repository
|
||||||
alias gs='git status --untracked-files=all'
|
alias gs="\
|
||||||
|
git \
|
||||||
|
status \
|
||||||
|
--untracked-files=all \
|
||||||
|
"
|
||||||
|
|
||||||
# show a commit
|
# show a commit
|
||||||
alias gsh='git show'
|
alias gsc="\
|
||||||
|
git \
|
||||||
|
show \
|
||||||
|
"
|
||||||
|
|
||||||
# tag a commit
|
# tag a commit
|
||||||
alias gt="\
|
alias gt="\
|
||||||
|
|
Loading…
Reference in a new issue