Using Git for versioning of Word (doc/docx) documents
How to retroactively import a folder of ad-hoc Word document versions into Git so renames and diffs are tracked, instead of juggling filename-based version history.
Configuration Management
Browse by term
How to retroactively import a folder of ad-hoc Word document versions into Git so renames and diffs are tracked, instead of juggling filename-based version history.
Warns about overly broad bin rules in .gitignore files, which can unintentionally exclude binaries from versioned SDKs and toolsets in self-contained development trees.
A practical Git configuration for Windows with useful aliases, colored output, line-ending settings, Notepad++ as editor, and KDiff3 or P4Merge for diff and merge operations.
How to use Mercurial through an HTTP proxy by supplying proxy host and port settings with the hg --config parameter.