mirror of
https://github.com/altercation/solarized
synced 2024-11-24 20:53:03 +00:00
updated git subtree repo list
This commit is contained in:
parent
56e34f3256
commit
d0e3179127
1 changed files with 4 additions and 1 deletions
|
@ -2,27 +2,30 @@ Subtree Specific Remotes
|
||||||
========================
|
========================
|
||||||
|
|
||||||
remote-emacs-colors-solarized
|
remote-emacs-colors-solarized
|
||||||
remote-textmate-colors-solarized
|
|
||||||
remote-visualstudio-colors-solarized
|
remote-visualstudio-colors-solarized
|
||||||
remote-intellij-colors-solarized
|
remote-intellij-colors-solarized
|
||||||
|
remote-seestyle-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
|
git remote add remote-visualstudio-colors-solarized https://github.com/leddt/visualstudio-colors-solarized.git
|
||||||
git remote add remote-intellij-colors-solarized https://github.com/jkaving/intellij-colors-solarized.git
|
git remote add remote-intellij-colors-solarized https://github.com/jkaving/intellij-colors-solarized.git
|
||||||
|
git remote add remote-seestyle-colors-solarized https://github.com/bobthecow/solarized-seestyle.git
|
||||||
|
|
||||||
Add subtrees:
|
Add subtrees:
|
||||||
============
|
============
|
||||||
git subtree add -m "added emacs subtree project from @sellout" --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
|
git subtree add -m "added visualstudio subtree project from @leddt" --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master
|
||||||
git subtree add -m "added intellij subtree project from @jkaving with combined work from @adamv" --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
git subtree add -m "added intellij subtree project from @jkaving with combined work from @adamv" --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
||||||
|
git subtree add -m "added seestyle (code & subethaedit) subtree project from @bobthecow" --prefix=seestyle-colors-solarized remote-seestyle-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
|
git subtree pull --prefix=visualstudio-colors-solarized remote-visualstudio-colors-solarized master
|
||||||
git subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
git subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solarized master
|
||||||
|
git subtree pull --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master
|
||||||
|
|
||||||
Non subtree ports
|
Non subtree ports
|
||||||
=================
|
=================
|
||||||
|
|
Loading…
Reference in a new issue