This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Converts all git submodules in a repository to subtrees, and writes | |
| # information about their corresponding remotes out to a .gitsubtrees file. | |
| # | |
| # ------------------------------------------------------------------------- | |
| # IMPORTANT: Save this script somewhere OUTSIDE YOUR REPO CLONE DIRECTORY | |
| # ------------------------------------------------------------------------- | |
| # | |
| # 1. Save the script in, for example, your home directory, as ~/subtrees.sh. | |
| # |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /**********************************************/ | |
| /* | |
| * Modified copy of IR_Black Skin by Ben Truyman - 2011j | |
| * This version adds syntax highlighting for DOM snippets in console | |
| * message output. | |
| /* | |
| /* Based on Todd Werth's IR_Black: | |
| /* http://blog.toddwerth.com/entries/2 | |
| /* | |
| /* Inspired by Darcy Clarke's blog post: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /**********************************************/ | |
| /* | |
| * Modified copy of IR_Black Skin by Ben Truyman - 2011j | |
| * This version adds syntax highlighting for DOM snippets in console | |
| * message output. | |
| /* | |
| /* Based on Todd Werth's IR_Black: | |
| /* http://blog.toddwerth.com/entries/2 | |
| /* | |
| /* Inspired by Darcy Clarke's blog post: |