subtree notes added

This commit is contained in:
Ethan Schoonover 2011-04-14 12:22:44 -07:00
parent 961decda66
commit 2915a46ec9

19
utils/subtrees.mkd Normal file
View file

@ -0,0 +1,19 @@
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
Add subtrees:
============
git subtree add --prefix=emacs-colors-solarized remote-emacs-colors-solarized master
Pull commands:
==============
git subtree pull --prefix=emacs-colors-solarized remote-emacs-colors-solarized master