Frequent code checkpointing with git
Posted in versioncontrol, git, dvcs on Oct 20th, 2007 1 Comment »
A nice feature of distributed version control is that you can commit into your repository more often because you aren’t impacting others with each commit. Recently I’ve been taking this to the extreme using git and performing a commit almost at every save. I have an emacs key wired for the job: it save the […]
