Added new git commands
This commit is contained in:
parent
61789a539b
commit
4733077fdc
3
.zshrc
3
.zshrc
@ -199,6 +199,9 @@ alias myip="curl ipinfo.io/ip"
|
|||||||
alias changefont="figlet"
|
alias changefont="figlet"
|
||||||
|
|
||||||
# Git
|
# Git
|
||||||
|
alias gwork='GIT_SSH_COMMAND="ssh -i ~/.ssh/work/id_rsa" git'
|
||||||
|
alias gitwork=gwork
|
||||||
|
alias gexclude="git update-index --assume-unchanged"
|
||||||
alias gmaster="git checkout master; git checkout main"
|
alias gmaster="git checkout master; git checkout main"
|
||||||
alias gmain="git checkout master; git checkout main"
|
alias gmain="git checkout master; git checkout main"
|
||||||
alias gcommit="git commit --author='Marcin Woźniak <y0rune@aol.com>' -s"
|
alias gcommit="git commit --author='Marcin Woźniak <y0rune@aol.com>' -s"
|
||||||
|
Loading…
Reference in New Issue
Block a user