mirror of
https://github.com/altercation/solarized
synced 2025-02-16 12:28:24 +00:00
subtree notes updated
This commit is contained in:
parent
2df82787db
commit
43145391c6
1 changed files with 5 additions and 1 deletions
|
@ -8,12 +8,16 @@ remote-visualstudio-colors-solarized
|
||||||
Add remotes history
|
Add remotes history
|
||||||
===================
|
===================
|
||||||
git remote add remote-emacs-colors-solarized https://github.com/sellout/emacs-color-theme-solarized.git
|
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:
|
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:
|
Pull commands:
|
||||||
==============
|
==============
|
||||||
git subtree pull --prefix=emacs-colors-solarized remote-emacs-colors-solarized master
|
git subtree pull --prefix=emacs-colors-solarized remote-emacs-colors-solarized master
|
||||||
|
git subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue