git server move
This commit is contained in:
parent
55e8a2308f
commit
9ac54e3eda
1 changed files with 2 additions and 2 deletions
|
@ -267,8 +267,8 @@ else
|
|||
fi
|
||||
|
||||
# Git remote manipulation and pushing multiple remotes
|
||||
alias grf='git remote set-url origin ssh://git@kif.far:222/$(whoami)/$(basename $(pwd))'
|
||||
alias grh='git remote set-url origin ssh://git@kif.home:222/$(whoami)/$(basename $(pwd))'
|
||||
alias grf='git remote set-url origin ssh://git@planex.far:222/$(whoami)/$(basename $(pwd))'
|
||||
alias grh='git remote set-url origin ssh://git@planex.home:222/$(whoami)/$(basename $(pwd))'
|
||||
alias grg='git remote set-url origin ssh://git@github.com:/$(whoami)/$(basename $(pwd))'
|
||||
alias gpa='git push && git push github'
|
||||
alias gp='git pull'
|
||||
|
|
Loading…
Add table
Reference in a new issue