Skip to content

Latest commit

 

History

History

README.md

Provider Documentation

This directory contains comprehensive documentation for using mgit with different Git providers.

Usage Guides

Step-by-step guides for each supported provider:

Comparison and Features

Technical Documentation

Configuration

Quick Start

Azure DevOps

mgit login --provider azuredevops --org https://dev.azure.com/yourorg --token YOUR_PAT --name work_ado
mgit sync "yourorg/YourProject/*" ./repos --provider work_ado

GitHub

mgit login --provider github --token ghp_xxxxxxxxxxxx --name github_personal
mgit sync "your-org/*/*" ./repos --provider github_personal

BitBucket

mgit login --provider bitbucket --name team_bb
mgit sync "your-workspace/*/*" ./repos --provider team_bb

Provider Selection Guide

  • Choose Azure DevOps if you need enterprise features, project organization, and Azure integration
  • Choose GitHub if you want the best developer experience, open source features, and modern CI/CD
  • Choose BitBucket if you use the Atlassian ecosystem (Jira, Confluence) or need workspace organization

Authentication Quick Reference

Provider Auth Method Format Where to Create
Azure DevOps Personal Access Token Any string User Settings → Personal access tokens
GitHub Personal Access Token ghp_ + 40 chars Settings → Developer settings → Personal access tokens
BitBucket App Password Any string Personal settings → App passwords

Need Help?