Skip to main content
Bashfulrobot MFG
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Git

Documentation for Git version control, repository management, and collaboration workflows.

Overview

This section covers Git-related processes, best practices, and administrative tasks for managing repositories and contributors.

Topics Covered

  • Repository Management - Administrative tasks for maintaining Git repositories
  • Contributor Management - Adding, removing, and managing repository contributors
  • History Management - Tools and techniques for rewriting and cleaning Git history
  • Collaboration Workflows - Best practices for team-based Git workflows

Key Tools

  • git-filter-repo - Advanced repository history rewriting tool
  • GitHub CLI (gh) - Command-line interface for GitHub operations
  • Git Native Commands - Core Git functionality for daily operations

Repository Administration

This documentation focuses on administrative tasks that repository maintainers may need to perform, including:

  • Contributor management and access control
  • History cleanup and maintenance
  • Cache management for hosted repositories
  • Security and compliance considerations

Resources