Skip to main content

A command line tool for managing several git repositories at once

Project description

git-fleet-manager

git-fleet-manager is a command-line tool for managing multiple Git repositories at once. It allows you to perform common Git operations such as checking the status, pulling, pushing, and viewing commit logs across multiple repositories in a specified directory.

GitHub Repository Test

Features

  • Recursive Repository Discovery: Automatically finds all Git repositories in a directory and its subdirectories.
  • Selective Repository Management: Use a .gfm file to specify which repositories to manage.
  • Batch Operations:
    • Check the status of all repositories.
    • Pull changes from remote repositories.
    • Push changes to remote repositories.
    • View commit logs for all repositories.

Installation

  1. Install git-fleet-manager using pip:

    pip install git-fleet-manager
    
  2. Verify the installation:

    gfm --version
    
  3. git-fleet-manager is now ready to use. Run the gfm command from anywhere in your terminal.

Usage

Run the gfm command with the desired subcommand and options.

Commands

status

Check the status of all repositories in the specified directory.

gfm status [directory]
  • directory: The directory to scan for repositories (default: current directory).

pull

Pull changes for all repositories in the specified directory.

gfm pull [directory]
  • directory: The directory to scan for repositories (default: current directory).

push

Push changes for all repositories in the specified directory.

gfm push [directory]
  • directory: The directory to scan for repositories (default: current directory).

log

View the commit log for all repositories in the specified directory.

gfm log [directory] [--max-commits MAX_COMMITS]
  • directory: The directory to scan for repositories (default: current directory).
  • --max-commits: The maximum number of commits to display for each repository (default: 10).

--version

Display the current version of git-fleet-manager.

gfm --version

.gfm File

If a .gfm file exists in the specified directory, only the repositories listed in the file will be managed. The file should contain one repository path per line, relative to the directory containing the .gfm file.

Example .gfm file:

repo1
subdir/repo2

Examples

  1. Check the status of all repositories in the current directory:

    gfm status
    
  2. Pull changes for all repositories in /projects:

    gfm pull /projects
    
  3. Push changes for repositories listed in a .gfm file:

    gfm push /projects
    
  4. View the last 5 commits for all repositories:

    gfm log /projects --max-commits 5
    
  5. Display the version of git-fleet-manager:

    gfm --version
    

Project Structure

git_fleet_manager/
├── git_utils.py       # Utility functions for Git operations
├── cli.py             # Command-line interface for git-fleet-manager
└── __init__.py        # Package initialization and versioning

.github/
└── workflows/         # GitHub Actions workflow files
    ├── test.yml       # CI workflow for testing
    └── publish.yml    # CD workflow for PyPI publishing

Source Code

The source code is available on GitHub at https://github.com/diefenbach/git-fleet-manager.

Contributing

Contributions are welcome! Feel free to open issues or submit pull requests to improve git-fleet-manager.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgments

git-fleet-manager was developed to simplify the management of multiple Git repositories, making it easier to perform batch operations efficiently.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git_fleet_manager-0.1.3.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

git_fleet_manager-0.1.3-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file git_fleet_manager-0.1.3.tar.gz.

File metadata

  • Download URL: git_fleet_manager-0.1.3.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for git_fleet_manager-0.1.3.tar.gz
Algorithm Hash digest
SHA256 015614af18734f6249f47cee09c047c4a1e81c24bdfe2d3ae6ade570a2883a23
MD5 8dee6fd4ad51ec9d45cc43ef80d2d87f
BLAKE2b-256 180ccf883b91f56cd7063256604759b818b60d7616434628d9a19195f81025e2

See more details on using hashes here.

File details

Details for the file git_fleet_manager-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for git_fleet_manager-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 29d4ecf60367b2b3d2f4cb26fec0ee122c5a07fbe2a73e9642e85c682a584b9e
MD5 b90c5767e3a2b856880bdd4243d8118d
BLAKE2b-256 eed494c727f7f218dd3034d0245722c941bc80b203339d46963a9b405fd1eb96

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page