Blame view

repos/README.md 640 Bytes
df21f5076   mj   REMOTE REPOS: add...
1
2
3
4
5
6
7
8
9
10
11
  external repositories
  =====================
  
  
  **Added Repositories (GitHub)**
  ===============================
  
  **oh-my-zsh**
  -------------
  
  git remote add -f remote--robbyrussell--oh-my-zsh https://github.com/robbyrussell/oh-my-zsh.git && \
30259611f   mj   [IMP] REMOVE REMO...
12
  git subtree add --prefix=repos/robbyrussell/oh-my-zsh remote--robbyrussell--oh-my-zsh/master --squash
df21f5076   mj   REMOTE REPOS: add...
13
14
    
  ----------------------
7e7584910   mj   UPDATE repos/READ...
15
16
  **Update**
  ----------
8a9f89de5   mj   [IMP] repos/READM...
17
18
19
  
  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
7e7584910   mj   UPDATE repos/READ...
20
21
    
  ----------------------
df21f5076   mj   REMOTE REPOS: add...
22
23
24
25
26
27
  
  
  That's all, Folks!
  ------------------
    
  - - - - - - - - -