From bd9c7b85250e80b1552fd85d79bc21605150418f Mon Sep 17 00:00:00 2001 From: Tom Regner Date: Thu, 9 Dec 2021 11:17:58 +0100 Subject: [PATCH] alias 'porg': update workspace from origin --- zshrc.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zshrc.org b/zshrc.org index afaae5b..1666704 100644 --- a/zshrc.org +++ b/zshrc.org @@ -227,6 +227,10 @@ alias hc=herbstclient alias pbas="cd base && pull && popd" alias pall="pinc && pbas" #+end_src +*** update workspace from origin +#+begin_src sh + alias porg="pull origin master --tags" +#+end_src ** Functions :PROPERTIES: :header-args: :noweb-ref functions -- 2.34.4