Articles about git
Subscribe to my feed RSS about git
-
Git doesn't ignore my ignored files...why? let me explain
Wrote at November 23, 2009 by Filippo CamilloI'm sure, you had issues at least one time with .gitignore file. You have to keep in mind that if a file is already being tracked by Git, you'll need to remove it from cha...
no comment yettags: tips git development RubyOnRails -
A brand new GitX
Wrote at April 27, 2010 by Filippo CamilloI want to show you a new really useful gitx fork by Brotherbard It has a lot of new experimental features, sidebar, commit, remote operations, quick look support and many oth...
tags: development git macosx -
Simple tricks about Heroku setup
Wrote at July 31, 2011 by Filippo CamilloIf you are attempting to deploy your code to heroku for the first time, you shouldn't be able because of this error: git push heroku master Permission denied (public...
tags: development git heroku public keys RubyOnRails