Archive for the ‘Uncategorized’ Category

GitX and Lion

Posted by Ed on January 17th, 2012 under Uncategorized Tags: , ,  •  1 Comment

Currently GitX does some funny things in OS X Lion like opening two windows every time you launch the app. This is easily fixed with the following: defaults write nl.frim.GitX ApplePersistenceIgnoreState YES I tweeted about this a while ago with appropriate credit to this tweet. But finding it again in my twitter stream was a [...]

git add -u

Posted by Ed on November 23rd, 2008 under Uncategorized  •  No Comments

From the git documentation: This is similar to what “git commit -a” does in preparation for making a commit, except that the update is limited to paths specified on the command line. If no paths are specified, all tracked files in the current directory and its subdirectories are updated. Wow. I wish I knew about [...]