new aliases to configure the local repo git user
This commit is contained in:
@ -39,3 +39,6 @@ alias ve='vim $HOME/.vimrc' # vimrc editing
|
||||
alias ze='vim $HOME/.zshrc' # zsh profile editing
|
||||
alias zf='vim $HOME/.zsh_functions' # edit zsh_functions
|
||||
alias za='vim $HOME/.zsh_aliases' # edit zsh_aliases
|
||||
|
||||
# Quick editing
|
||||
alias checkthis='arrow "type Ctrl+Z When done"; \cat > /tmp/file; arrow "Ok now we check your text..."; checkenlist /tmp/file'
|
||||
|
@ -11,3 +11,5 @@ alias master='goto master'
|
||||
alias develop='goto develop'
|
||||
alias gg='git config -l | grip' # search git config for ...
|
||||
alias ucommit='PRE_COMMIT_ALLOW_NO_CONFIG=1 git commit --no-verify'
|
||||
alias gitperso='git config user.name "$GIT_PERSONAL_USER" && git config user.email "$GIT_PERSONAL_EMAIL" && success "using profile $(git whoami)"'
|
||||
alias gitpro='git config user.name "$GIT_PRO_USER" && git config user.email "$GIT_PRO_EMAIL" && success "using profile $(git whoami)"'
|
||||
|
Reference in New Issue
Block a user