Chomper Stomping
jQuery/JavaScript/CSS 3/HTML 5, Java/PHP/Python/ActionScript, Git, Chrome/Firefox Extensions, Wordpress/Game/iPhone App Development and other random techie tidbits I've collected


 
 

 
octocat

Introducing GitScripts

GitScripts is a project that attempts to make Git user friendly. I have been working on it for almost a year now. When we implemented Git in my office, we were having a really hard time using it. We loved the flexibility of the...
by Christopher McCulloh
1

 
 
sshlogo

Using two different identity files with ssh for rsa remote authentication keys

I have two different servers I need to connect to, each requiring two different types of remote authentication keys. One requires rsa, the other dss. So I had to make and use two different remote authentication keys, but was un...
by Christopher McCulloh
0

 
 
octocat

Making Git show post-receive e-mails as an HTML color formatted diff

I wanted git to send me an e-mail with a color formatted HTML diff view of pushes/commits whenever the remote server received a push. After some digging I found that I could accomplish this using the post-receive email hooks in...
by Christopher McCulloh
8

 

 
gitCommitManagement

Git it now?

Git is amazing. The problem is, it’s hard for a lot of people to get git. Specifically the remotes part. If you are used to CVS or SVN (Subversion) you’re probably used to the idea that when you “commit”...
by Christopher McCulloh
0

 
 
 

ssh-askpass in Aptana with git project on OS X

I recently downloaded Aptana on OS X Snow Leopard because I know of no other free good IDE. I had a project set up under Git that I was trying to work with and I discovered that if I went to “import” I could select ...
by Christopher McCulloh
4

 
 
 

My own little dailyWTF

Note: WTF can stand for “Worse Than Failure”… Yesterday I was re-living my saga on thedailywtf.com. I’m Jared L. Part 1 Part 2 Part 3 Well, immediately after reading all of that I went and made a big ...
by Christopher McCulloh
1