git

  • submit to reddit

Git Remove Recursive DS_STORE

0 replies - 1555 views - 11/15/11 by Snippets Manager in Uncategorized

Temporal correlation in Git repositories

Michael Feathers presented his recurring idea of finding out which elements of design change together: his goal is to discover which classes or methods are...

0 replies - 5058 views - 10/06/11 by Giorgio Sironi in Articles

All the Git hooks you need

Hooks are scripts that are called when certain events in the workflow of a source control system occur. In the case of Git, there are many possible hooks where...

2 replies - 18396 views - 09/06/11 by Giorgio Sironi in Articles

Git Pre Recieve Hook For Integrity

I’m getting married rather soon so time has been somewhat short (in a good way) for just hacking on stuff, but I’ve finally found a little bit of time...

0 replies - 5300 views - 08/18/11 by Gareth Rushgrove in News

codeBeamer 5.7 Released: Integrator Workflows, Pull Requests with Git and Mercurial Behind Your Firewall

GitHub is the pioneer of social coding. GitHub focuses solely on the Git distributed version control system, but one must not forget that Git is not the...

0 replies - 3065 views - 07/21/11 by Intland Software in Announcements

Daily Dose: Google defending HTC against Apple in Patent Lawsuits

Yesterday, Apple won two preliminary patents against HTC, which could be a huge blow to both Google and HTC products and could mean a ban on HTC and...

0 replies - 18702 views - 07/19/11 by Ross Jernigan in Daily Dose

On commits and commit messages

I confess I do not pay attention to commit messages as much as I would. It's really easy to not put care into our messages, especially when you have an habit...

0 replies - 2671 views - 06/07/11 by Giorgio Sironi in Articles

Git backups, and no, it's not just about pushing

Git is a backup system itself: for example, you can version your .txt folders containing TODO lists. Since Git version your files just like it does for code,...

0 replies - 15393 views - 05/18/11 by Giorgio Sironi in Articles

Linear trees with Git rebase

Making branches in Git is easy and fast, but they should eventually go back in the master. Rebasing is both an alternative and a companion to merge.Pulling vs....

0 replies - 5031 views - 04/18/11 by Giorgio Sironi in Articles

Using Git like CVS

Tonight I moved the http://rainbowcinemas.ca sources from phpeclipse and CVS to PDT and Git. Below are some gotchas and tips for initial repo creation,...

1 replies - 6369 views - 01/04/11 by Nick Boldt in News

Daily Dose - Git Usage Spreads Through JBoss and SpringSource

A lot of interest is moving towards Git and leaving Subversion for big names in Java like JBoss and SpringSource.  Spring recently wrote two articles covering...

0 replies - 24938 views - 12/27/10 by Mitch Pronschinske in Daily Dose

Daily Dose - What's the Honeycomb Version Number?

It looks like Google may hold on to the Android 3.0 title for another more spectacular future release.  As it stands, a source reports that the next version...

0 replies - 26830 views - 12/20/10 by Mitch Pronschinske in Daily Dose

What you need to know about your version control system

Here's the picture: you have introduced a version control system such as Subversion or Git in your organization, and your programmers store their code in it...

14 replies - 12406 views - 10/06/10 by Giorgio Sironi in Articles

From Subversion to Git in a morning

From when I arrived in this new company as a consultant, I pushed Git as the emergent version control system, knowing its power from my experience in the open...

2 replies - 11425 views - 09/15/10 by Giorgio Sironi in Articles

Install Git Ubuntu

0 replies - 1131 views - 07/19/10 by Snippets Manager in Uncategorized