From 43145391c655506c4917d22632672e8c0f3eaf43 Mon Sep 17 00:00:00 2001 From: Ethan Schoonover Date: Thu, 14 Apr 2011 13:35:55 -0700 Subject: [PATCH] subtree notes updated --- utils/subtrees.mkd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/subtrees.mkd b/utils/subtrees.mkd index 3e4319f..c80e32b 100644 --- a/utils/subtrees.mkd +++ b/utils/subtrees.mkd @@ -8,12 +8,16 @@ remote-visualstudio-colors-solarized Add remotes history =================== git remote add remote-emacs-colors-solarized https://github.com/sellout/emacs-color-theme-solarized.git +git remote add remote-visualstudio-colors-solarized https://github.com/leddt/visualstudio-colors-solarized.git Add subtrees: ============ -git subtree add --prefix=emacs-colors-solarized remote-emacs-colors-solarized master +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 Pull commands: ============== git subtree pull --prefix=emacs-colors-solarized remote-emacs-colors-solarized master +git subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master +