diff --git a/repos/README.md b/repos/README.md index 92c92cf..8c91536 100644 --- a/repos/README.md +++ b/repos/README.md @@ -31,9 +31,12 @@ git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen mast **Update** ---------- -git fetch remote--robbyrussell--oh-my-zsh && \ -git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash && \ -git fetch remote--zsh-user--antigen && \ + +git fetch --no-tags remote--robbyrussell--oh-my-zsh && \ +git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash + + +git fetch --no-tags remote--zsh-user--antigen && \ git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash ----------------------