Skip to main content

Manage groups of git repositories

Project description

https://img.shields.io/github/license/dmerejkowsky/tsrc.svg https://github.com/dmerejkowsky/tsrc/workflows/tests/badge.svg https://github.com/dmerejkowsky/tsrc/workflows/linters/badge.svg https://img.shields.io/pypi/v/tsrc.svg https://img.shields.io/badge/deps%20scanning-pyup.io-green

tsrc: manage groups of git repositories

Overview · Installation · Usage example · Documentation · Release notes · Contributing · License

Note

This project was originally hosted on the TankerHQ organization, which was my employer from 2016 to 2021. They kindly agreed to give back ownership of this project to me. Thanks!

Overview

tsrc is a command-line tool that helps you manage groups of several git repositories.

It can be seen in action on asciinema.org.

Note

tsrc does not adhere strictly to the semver specification. So before upgrading to a new version, please take the time to read the Changelog first!

Installation

The recommended way to install tsrc is to use pipx

  • Make sure to have Python 3.7 or later installed.

  • Install pipx

  • Run pipx install tsrc.

Usage Example

  • Create a manifest repository. (git@example.org/manifest)

  • Push a file named manifest.yml looking like:

repos:
  - url: git@example.com/foo.git
    dest: foo

 -  url: git@example.com/bar.git
    dest: bar
  • Create a new workspace with all the repositories listed in the manifest:

$ tsrc init git@git.local/manifest.git

:: Configuring workspace in /path/to/work
...
=> Cloning missing repos
* (1/2) foo
...
* (2/2) bar
...
: Configuring remotes
Done ✓
  • Synchronize all the repositories in the workspace:

$ tsrc sync
=> Updating manifest
...
:: Configuring remotes
:: Synchronizing workspace
* (1/2) foo
=> Fetching origin
=> Updating branch
Already up to date
* (2/2) bar
=> Updating branch
Updating 29ac0e1..b635a43
Fast-forward
 bar.txt | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 bar.txt
Done ✓

Documentation

For more details and examples, please refer to tsrc documentation.

Release notes

Detailed changes for each release are documented in the changelog.

Contributing

We welcome feedback, bug reports, and bug fixes in the form of pull requests.

Detailed instructions can be found in the documentation.

License

tsrc is licensed under a BSD 3-Clause license.

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

tsrc-2.6.0.tar.gz (49.6 kB view details)

Uploaded Source

Built Distribution

tsrc-2.6.0-py3-none-any.whl (66.5 kB view details)

Uploaded Python 3

File details

Details for the file tsrc-2.6.0.tar.gz.

File metadata

  • Download URL: tsrc-2.6.0.tar.gz
  • Upload date:
  • Size: 49.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.7 Linux/5.13.0-37-generic

File hashes

Hashes for tsrc-2.6.0.tar.gz
Algorithm Hash digest
SHA256 b840fc644eb4ffb7063a69c4be518f870624f358fdb6cd434ee5126547aca413
MD5 0648b8bd7b79af6cdcb46836f646a1d7
BLAKE2b-256 70231fda7c3906f8232df4d2e6c847227645c62f3e5df52bb23e4e8d60dc0bb0

See more details on using hashes here.

File details

Details for the file tsrc-2.6.0-py3-none-any.whl.

File metadata

  • Download URL: tsrc-2.6.0-py3-none-any.whl
  • Upload date:
  • Size: 66.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.12 CPython/3.9.7 Linux/5.13.0-37-generic

File hashes

Hashes for tsrc-2.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6198383afd028face5ed34d32cc66d71473219528630c241b92c5577928ea59d
MD5 19f40536afbb186e0650d2de314719d2
BLAKE2b-256 007e2b98f5177a05cfd3cdda9d0f15e4eaf42320626b4c803eb9bb1b8898e92e

See more details on using hashes here.

Supported by

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