GitX

If you read my blog for a week, you will know I have tried to use git with my project. In first time it’s very hard to install on server but when use it, I think I like it. It very fast when commit code or check it out. It has command similar like SVN, so, it doesn’t hard to learn it. It’s a distributed version control means it doesn’t need to send data to server every time. It can combine commit by edit only text file and now it has graphic tool (in osx) that show change, diff and commit path. It’s GitX.

GitX is a simple tool used to show commit tree and file in each commit. It can show change before commit to repository and has editor for put detail. It can create branch and switch between it. Oh, it has so many features in it and its free. I founded it when I played AppFresh, automatic update application, it has “I use this” integration and has many suggestion app. So, if you never try it, it can found here and you will like git.

About llun

Just a programmer

, ,

  • wearetherock

    I have ever watched Linus talk about git on Google tech talk, but i have not tried it yet. May be it is the best revision control tool ever.