mirror of
https://github.com/altercation/solarized
synced 2024-11-10 06:14:13 +00:00
subtree notes added
This commit is contained in:
parent
961decda66
commit
2915a46ec9
1 changed files with 19 additions and 0 deletions
19
utils/subtrees.mkd
Normal file
19
utils/subtrees.mkd
Normal file
|
@ -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…
Reference in a new issue