git-config
Get and set repository or global options
git-fast-export
Git data exporter
git-fast-import
Backend for fast Git data importers
git-filter-branch
Rewrite branches
git-mergetool
Run merge conflict resolution tools to resolve merge conflicts
git-pack-refs
Pack heads and tags for efficient repository access
git-prune
Prune all unreachable objects from the object database
git-reflog
Manage reflog information
git-refs
Manage reference storage
git-remote
Manage set of tracked repositories
git-repack
Pack unpacked objects in a repository
git-replace
Create, list, delete refs to replace objects
Overview
Ancillary manipulators provide essential maintenance and configuration:- Configuration - Repository and user settings management
- Repository optimization - Packing, pruning, and cleanup
- Import/Export - Moving repositories between systems
- Remote management - Configuring remote repositories
- Reflog - Managing reference logs for recovery
Common Tasks
Configuration
Repository Maintenance
Remote Management
Related Commands
- Main Commands - Primary Git commands
- Ancillary Interrogators - Helper inspection commands
