Continua services on developer workstations

Guys,

One of the issue I know you battle with during a busy day coding is making changes to lots of software and then making sure it's checked into the "master" repo at the end of the day or more frequently. How could we use continua to provide that gentle reminder to "commit" changes from our local file system into the "network" or "cloud" edition?

For instance, using HG/GIT your edits are committed to the local file system repo, then you have to make the decision to "push" those change-sets to the groups "master/default" online repo. I've got 48 local repo's and it's not uncommon for me to be working on 3 at the same time in a short period of time to address clients questions about backlog changes (I often put TODO markers in my .net code with references back to the Issue/task URL). Why I make changes is not important, but I do try and commit lots of small change sets, so merging is easier down the track.

I'm not sure this is dissimilar to my customer asking me for a "Do my job" button, but I was curious if Vsoft has tried anything using Continua.

Hi Jamie

I can’t think of a way off the top of my head. We struggle with this ourselves sometimes, commit and then sit there wondering why continua doesn’t see my change… must be broken… oh wait… I forgot to push