SSH Git Update Addition

This commit is contained in:
ChrisTitusTech 2020-09-08 12:00:53 -05:00
parent 22b3de8619
commit 517b8fcbff

@ -84,5 +84,11 @@ gitpush() {
git commit -m "$*" git commit -m "$*"
git push git push
} }
gitupdate() {
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/github
ssh -T git@github.com
}
alias gp=gitpush alias gp=gitpush
alias gu=gitupdate
alias lbrynet='/opt/LBRY/resources/static/daemon/lbrynet' alias lbrynet='/opt/LBRY/resources/static/daemon/lbrynet'