From 517b8fcbffbe7af35698e1a3823bddee2858ada8 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Tue, 8 Sep 2020 12:00:53 -0500 Subject: [PATCH] SSH Git Update Addition --- aliasrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aliasrc b/aliasrc index 95da79e..2ac2124 100644 --- a/aliasrc +++ b/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'