Easily keep gh-pages in sync with master
A guide on using git rebase to automatically synchronize a gh-pages branch with the master branch in a GitHub repository.
A guide on using git rebase to automatically synchronize a gh-pages branch with the master branch in a GitHub repository.
A technical guide for converting a Mercurial repository to Git using the fast-export tool, including steps for .hgignore conversion.
Introducing VCS Translator, an open-source tool to convert commands between different version control systems like Git and Mercurial.
A developer recounts the failure of their primary hard drive, the recovery options considered, and an assessment of data loss.
Announcing pyvcs and django-vcs, open-source tools for abstracting and web-browsing version control systems, plus plans for a new Django project.
A response to a user's frustration with git's push command, explaining why direct pushes are rare and email patches are often preferred.
Explains how to use Git and Jekyll for a minimalist, developer-friendly blogging workflow, treating posts as code.
A developer compares Git and Mercurial (hg), explaining why he switched to Git despite its flaws, citing its power, Unix-like nature, and improving community.