October 2010
3 posts
guard: Ruby DSL for creating filesystem watchers →
thechangelog:
Watching the filesystem and re-running test suites have long been the sweet spot for Autotest and Watchr. As more and more preprocessed tools like CoffeeScript and Sass are more widely adopted, there are a growing number of scenarios where you may want to watch the file system and act on the changes.
Rémy Coutable and Thibaud Guillaume-Gentil are developing Guard, a Ruby-based...
1 tag
Fix annoying git pull remote problem
Have you ever seen this after invoking git pull?
You asked me to pull without telling me which branch you
want to merge with, and 'branch.master.merge' in
your configuration file does not tell me, either. Please
specify which branch you want to use on the command line and
try again (e.g. 'git pull <repository> <refspec>').
See git-pull(1) for details.
If you often merge with the same...
Detecting the number of processors with Ruby →