Tag: version control

  • A Better git-svn Log

    ,

    This morning, Devon tweeted a great git tip that shows how to create a git alias that produces more readable git logs. I decided I wanted to set this up. At work, we use a central Subversion repository, but a number of us use git-svn because we prefer git’s various local branch tools for development. I decided…

  • Local Version Control With Git

    Introduction I’ve recently become obsessed with git for version control. I know that there are many git tutorials out there; this is probably redundant, but it focuses on only the simplest operations for my own reference. The git man pages themselves are extremely well written. This post is an adaptation of an article I wrote for our…