Usage:
gitCheck [directory]This will run git status on each repo under the directory specified. If called with no directory provided it will default to the current directory.
Changes
Usage:
gitCheck [directory]This will run git status on each repo under the directory specified. If called with no directory provided it will default to the current directory.
Changes
| body { | |
| font-family: Helvetica, arial, sans-serif; | |
| font-size: 14px; | |
| line-height: 1.6; | |
| padding-top: 10px; | |
| padding-bottom: 10px; | |
| background-color: white; | |
| padding: 30px; } | |
| body > *:first-child { |
| #!/bin/bash | |
| # CentOS rbenv system wide installation script | |
| # Forked from https://gist.github.com/1237417 | |
| # Installs rbenv system wide on CentOS 5/6, also allows single user installs. | |
| #Check ruby is installed. | |
| ruby -v | |
| which ruby |
| C:\>gem install json --platform=ruby | |
| Temporarily enhancing PATH to include DevKit for 2... | |
| Building native extensions. This could take a while... | |
| The system cannot find the path specified. | |
| ERROR: Error installing json: | |
| ERROR: Failed to build gem native extension. | |
| C:/Ruby200/bin/ruby.exe extconf.rb | |
| creating Makefile |
| <!DOCTYPE html> | |
| <!-- Helpful things to keep in your <head/> | |
| // Brian Blakely, 360i | |
| // http://twitter.com/brianblakely/ | |
| --> | |
| <head> | |
| <!-- According to Heather Champ, former community manager at flickr, | |
| you should not allow search engines to index your "Contact Us" |