Commit 8a9f89de5fb7d751492c3b8646169fca762c29e9

Authored by mj
1 parent 979d697036
Exists in master and in 2 other branches 02-merge, dev

[IMP] repos/README.md: add "--no-tags"

Showing 1 changed file with 6 additions and 3 deletions Side-by-side Diff

... ... @@ -31,9 +31,12 @@ git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen mast
31 31  
32 32 **Update**
33 33 ----------
34   -git fetch remote--robbyrussell--oh-my-zsh && \
35   -git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash && \
36   -git fetch remote--zsh-user--antigen && \
  34 +
  35 +git fetch --no-tags remote--robbyrussell--oh-my-zsh && \
  36 +git subtree pull --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh master --squash
  37 +
  38 +
  39 +git fetch --no-tags remote--zsh-user--antigen && \
37 40 git subtree pull --prefix=repos/zsh-users/antigen remote--zsh-user--antigen master --squash
38 41  
39 42 ----------------------