gap
This commit is contained in:
parent
e6d67ac56e
commit
3911f08261
1 changed files with 7 additions and 0 deletions
|
@ -11,6 +11,13 @@ add \
|
||||||
--all \
|
--all \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# add parts to index
|
||||||
|
alias gap="\
|
||||||
|
git \
|
||||||
|
add \
|
||||||
|
--patch \
|
||||||
|
"
|
||||||
|
|
||||||
# create a branch
|
# create a branch
|
||||||
alias gb="\
|
alias gb="\
|
||||||
git \
|
git \
|
||||||
|
|
Loading…
Reference in a new issue