2011-04-14 12:22:44 -07:00
|
|
|
Subtree Specific Remotes
|
|
|
|
========================
|
|
|
|
|
|
|
|
remote-emacs-colors-solarized
|
|
|
|
remote-textmate-colors-solarized
|
|
|
|
remote-visualstudio-colors-solarized
|
|
|
|
|
|
|
|
Add remotes history
|
|
|
|
===================
|
|
|
|
git remote add remote-emacs-colors-solarized https://github.com/sellout/emacs-color-theme-solarized.git
|
2011-04-14 13:35:55 -07:00
|
|
|
git remote add remote-visualstudio-colors-solarized https://github.com/leddt/visualstudio-colors-solarized.git
|
2011-04-14 12:22:44 -07:00
|
|
|
|
|
|
|
Add subtrees:
|
|
|
|
============
|
2011-04-14 13:35:55 -07:00
|
|
|
git subtree add -m "added emacs subtree project from @sellout" --prefix=emacs-colors-solarized remote-emacs-colors-solarized master
|
|
|
|
git subtree add -m "added visualstudio subtree project from @leddt" --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master
|
2011-04-14 12:22:44 -07:00
|
|
|
|
|
|
|
Pull commands:
|
|
|
|
==============
|
|
|
|
git subtree pull --prefix=emacs-colors-solarized remote-emacs-colors-solarized master
|
2011-04-14 13:35:55 -07:00
|
|
|
git subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master
|
|
|
|
|
2011-04-14 12:22:44 -07:00
|
|
|
|