subtree notes updated with textmate repo

This commit is contained in:
Ethan Schoonover 2011-04-16 09:38:47 -07:00
parent 7158d4657d
commit 99af8ba734

View file

@ -5,6 +5,7 @@ remote-emacs-colors-solarized
remote-visualstudio-colors-solarized
remote-intellij-colors-solarized
remote-seestyle-colors-solarized
remote-textmate-colors-solarized
Add remotes history
===================
@ -12,6 +13,7 @@ git remote add remote-emacs-colors-solarized https://github.com/sellout/emacs-co
git remote add remote-visualstudio-colors-solarized https://github.com/leddt/visualstudio-colors-solarized.git
git remote add remote-intellij-colors-solarized https://github.com/jkaving/intellij-colors-solarized.git
git remote add remote-seestyle-colors-solarized https://github.com/bobthecow/solarized-seestyle.git
git remote add remote-textmate-colors-solarized https://github.com/deplorableword/textmate-solarized.git
Add subtrees:
============
@ -19,6 +21,7 @@ git subtree add -m "added emacs subtree project from @sellout" --prefix=emacs-co
git subtree add -m "added visualstudio subtree project from @leddt" --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master
git subtree add -m "added intellij subtree project from @jkaving with combined work from @adamv" --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
git subtree add -m "added seestyle (code & subethaedit) subtree project from @bobthecow" --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master
git subtree add -m "added textmate subtree project from @deplorableword" --prefix=textmate-colors-solarized remote-textmate-colors-solarized master
Pull commands:
==============
@ -26,6 +29,7 @@ git subtree pull --prefix=emacs-colors-solarized remote-emacs-colors-solarized m
git subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master
git subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
git subtree pull --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master
git subtree pull --prefix=textmate-colors-solarized remote-textmate-colors-solarized master
Non subtree ports
=================