Browse Source

subtrees notes updated for textwrangler-bbedit repo

pull/68/head
Ethan Schoonover 15 years ago
parent
commit
d294ce8c40
  1. 4
      utils/subtrees.mkd

4
utils/subtrees.mkd

@ -7,6 +7,7 @@ remote-intellij-colors-solarized
remote-seestyle-colors-solarized remote-seestyle-colors-solarized
remote-textmate-colors-solarized remote-textmate-colors-solarized
remote-netbeans-colors-solarized remote-netbeans-colors-solarized
remote-textwrangler-bbedit-colors-solarized
Add remotes history Add remotes history
=================== ===================
@ -16,6 +17,7 @@ git remote add remote-intellij-colors-solarized https://github.com/jkaving/intel
git remote add remote-seestyle-colors-solarized https://github.com/bobthecow/solarized-seestyle.git git remote add remote-seestyle-colors-solarized https://github.com/bobthecow/solarized-seestyle.git
git remote add remote-textmate-colors-solarized https://github.com/deplorableword/textmate-solarized.git git remote add remote-textmate-colors-solarized https://github.com/deplorableword/textmate-solarized.git
git remote add remote-netbeans-colors-solarized https://github.com/fentie/netbeans-colors-solarized.git git remote add remote-netbeans-colors-solarized https://github.com/fentie/netbeans-colors-solarized.git
git remote add remote-textwrangler-bbedit-colors-solarized https://github.com/rcarmo/textwrangler-bbedit-solarized.git
Add subtrees: Add subtrees:
============ ============
@ -25,6 +27,7 @@ git subtree add -m "added intellij subtree project from @jkaving with combined w
git subtree add -m "added seestyle (code & subethaedit) subtree project from @bobthecow" --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master git subtree add -m "added seestyle (code & subethaedit) subtree project from @bobthecow" --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master
git subtree add -m "added textmate subtree project from @deplorableword" --prefix=textmate-colors-solarized remote-textmate-colors-solarized master git subtree add -m "added textmate subtree project from @deplorableword" --prefix=textmate-colors-solarized remote-textmate-colors-solarized master
git subtree add -m "added netbeans subtree project from @fentie" --prefix=netbeans-colors-solarized remote-netbeans-colors-solarized master git subtree add -m "added netbeans subtree project from @fentie" --prefix=netbeans-colors-solarized remote-netbeans-colors-solarized master
git subtree add -m "added textwrangler-bbedit subtree project from @rcarmo" --prefix=textwrangler-bbedit-colors-solarized remote-textwrangler-bbedit-colors-solarized master
Pull commands: Pull commands:
============== ==============
@ -34,6 +37,7 @@ git subtree pull --prefix=intellij-colors-solarized remote-intellij-colors-solar
git subtree pull --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master git subtree pull --prefix=seestyle-colors-solarized remote-seestyle-colors-solarized master
git subtree pull --prefix=textmate-colors-solarized remote-textmate-colors-solarized master git subtree pull --prefix=textmate-colors-solarized remote-textmate-colors-solarized master
git subtree pull --prefix=netbeans-colors-solarized remote-textmate-colors-solarized master git subtree pull --prefix=netbeans-colors-solarized remote-textmate-colors-solarized master
git subtree pull --prefix=textwrangler-bbedit-colors-solarized remote-textwrangler-bbedit-colors-solarized master
Non subtree ports Non subtree ports
================= =================

Loading…
Cancel
Save