-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsub_trees.txt
30 lines (12 loc) · 883 Bytes
/
sub_trees.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
git subtree add --prefix .vim/bundle/tpope-vim-surround https://bitbucket.org/vim-plugins-mirror/vim-surround.git master --squash
git subtree add --prefix .vim/bundle/tpope-vim-surround tpope-vim-surround master --squash
git remote add -f tpope-vim-surround https://bitbucket.org/vim-plugins-mirror/vim-surround.git
git remote add durdn-vim-surround ssh://[email protected]/durdn/vim-surround.git
git remote add -f tpope-vim-surround https://bitbucket.org/vim-plugins-mirror/vim-surround.git
git remote add core https://github.com/titusjan/cmlibcore.git
git subtree add --prefix cmlibcore core master --squash
# To update the subtree
git subtree pull --prefix .vim/bundle/tpope-vim-surround tpope-vim-surround master --squash
git subtree pull --prefix cmlibcore core master --squash
# Commit back to the sub tree
git subtree push --prefix cmlibcore core master