I’ve written an article on getting started using git-annex, it’s a static page however, and not a blog post, so you can check it out here: http://writequit.org/articles/getting-started-with-git-annex.html Or, if you’d like to check out the original .org file: http://writequit.org/articles/getting-started-with-git-annex.org Check it out!
Quick one-off here, let’s begin. Git has nice colored diffs, like this: Perforce does not: A simple script can remedy this: Here’s the script: Simply drop it somewhere in your $PATH and use it like so: p4 diff | p4c.rb You can find it in my one-offs directory (it’s called p4c.rb). We recently switched from […]
If you follow the nsm-console development tree, you might be pleased to know that I’ve switched over to git instead of working from the HeX svn repository. You can now check out the files from the NSM-Console github page, as well as download a tarball of the latest source anytime. If you’d like to check […]