Skip to content

Commit

Permalink
subtree notes updated
Browse files Browse the repository at this point in the history
  • Loading branch information
altercation committed Apr 14, 2011
1 parent 2df8278 commit 4314539
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion utils/subtrees.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 4314539

Please sign in to comment.