SSH Git Update Addition
This commit is contained in:
parent
22b3de8619
commit
517b8fcbff
6
aliasrc
6
aliasrc
@ -84,5 +84,11 @@ gitpush() {
|
||||
git commit -m "$*"
|
||||
git push
|
||||
}
|
||||
gitupdate() {
|
||||
eval "$(ssh-agent -s)"
|
||||
ssh-add ~/.ssh/github
|
||||
ssh -T git@github.com
|
||||
}
|
||||
alias gp=gitpush
|
||||
alias gu=gitupdate
|
||||
alias lbrynet='/opt/LBRY/resources/static/daemon/lbrynet'
|
||||
|
Reference in New Issue
Block a user