mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge b3fa2907dc into 1159aa14fa
This commit is contained in:
commit
d7eb6be3cf
1 changed files with 6 additions and 0 deletions
|
|
@ -237,3 +237,9 @@ alias glum='git pull upstream master'
|
|||
|
||||
alias gwch='git whatchanged -p --abbrev-commit --pretty=medium'
|
||||
alias gwip='git add -A; git rm $(git ls-files --deleted) 2> /dev/null; git commit -m "--wip--"'
|
||||
|
||||
gchid() {
|
||||
[[ -n $1 ]] && {git config user.name $1}
|
||||
[[ -n $2 ]] && {git config user.email $2}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue