Tag: git
7 articles tagged git.
- A single repository?
A single Git repository for all technical documentation content maximizes reuse, consistency, and quality while simplifying collaboration across writing and dev teams.
- Git: from file to content
Think content rather than files with Git: branches, commits, and diffs for technical documentation make collaboration and version management far simpler and safer.
- Integrating documentation into development processes
Learn how to integrate technical documentation into Agile and DevOps pipelines using docs-as-code practices, CI/CD automation, and version control systems.
- Repository
Content is a company's intangible capital. Learn how to choose and manage a documentation repository to protect, version, and share technical content across teams.
- The Raspberry Pi 3 as a documentation platform
Set up a complete documentation platform on a Raspberry Pi 3: install Sphinx, generate PDF, HTML, and EPUB from reStructuredText, and manage content with Git.
- Using branches in source management systems
Use Git branches to manage parallel documentation projects, product variants, and translation workflows without conflicts — a practical guide for technical writers.
- Version management systems - rustic but reliable
Use Git, Subversion, or SourceSafe to manage technical documentation like source code: track changes, collaborate with your team, and roll back safely at any time.