My Git Workflow

Introduction I was never a fan of Subversion because every time I tried using it, I always managed to corrupt the repository. Also having .svn files everywhere really annoyed me. On the other hand, I have yet to ruin a Git repository. It’s incredibly easy to use and everything is stored in a top-level .git [...]

Read More...