Skip to content

Commit

Permalink
subtree notes added
Browse files Browse the repository at this point in the history
  • Loading branch information
altercation committed Apr 14, 2011
1 parent 961decd commit 2915a46
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions utils/subtrees.mkd
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2915a46

Please sign in to comment.