gcu
This commit is contained in:
parent
64c39902a6
commit
db5874722a
1 changed files with 10 additions and 2 deletions
|
@ -109,10 +109,18 @@ cherry-pick \
|
||||||
"
|
"
|
||||||
|
|
||||||
# configure the user name
|
# configure the user name
|
||||||
alias gcun='git config user.name'
|
alias gcun="\
|
||||||
|
git \
|
||||||
|
config \
|
||||||
|
user.name \
|
||||||
|
"
|
||||||
|
|
||||||
# configure the user email
|
# configure the user email
|
||||||
alias gcue='git config user.email'
|
alias gcue="\
|
||||||
|
git \
|
||||||
|
config \
|
||||||
|
user.email \
|
||||||
|
"
|
||||||
|
|
||||||
# differences from last or between commits
|
# differences from last or between commits
|
||||||
alias gd="\
|
alias gd="\
|
||||||
|
|
Loading…
Reference in a new issue