Browse Source

subtree notes added

pull/61/head
Ethan Schoonover 15 years ago
parent
commit
2915a46ec9
  1. 19
      utils/subtrees.mkd

19
utils/subtrees.mkd

@ -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
Loading…
Cancel
Save