1 files changed, 4 insertions(+), 0 deletions(-)
M zshrc.org
M zshrc.org => zshrc.org +4 -0
@@ 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