tsrc
tsrc copied to clipboard
Manage groups of git repositories
Hello, Following up on #359, I took the liberty of submit this PR to add `-r` support to the sync command. I had to take decisions because of the `-r`...
### Environment * Output of `tsrc version`: 0.6.6 * Output of `python --version`: 3.7.3 * Operating system: macOS HighSierra ### Command you ran ```console $ tsrc init -f ~/myManifest.yml $...
Hello, I will give you some background of what I am trying to achieve. I use gitlab, github and bitbucket historically. I would like to do a full backup of...
Hello, I have the following manifest: ``` repos: - dest: org branch: main remotes: - name: origin url: [email protected]:vonpupp-org/org.git - name: https url: https://vonpupp:@gitlab.com/vonpupp-org/org.git - name: nas url: ssh://nas/share/repos/gitlab.com:vonpupp-org:org.git -...
Hi folks! I've been the sole maintainer of tsrc for quite some time. This is not a great situation because neither me nor the organizations where I work actually *use*...
I took the liberty of correcting some documentation issues here: https://github.com/your-tools/tsrc/pull/358 While doing so, I noticed a mismatch between what the cli supports and what the documentation says about the...
Something like `TSRC_CLONE_REMOTE_NAME` maybe? We already have `TSRC_CLONE_URL`. Or use `TSRC_DEFAULT_REMOTE_NAME` and `TSRC_DEFAULT_REMOTE_URL` ?
I understand and am all for the current default behavior of `tsrc sync`, which when it encounters a repo that is not on the branch configured in the manifest, just...
### Environment * Output of `tsrc version`: 2.6.0 * Operating system: Windows 10 + the "x64 native tools command prompt for VS 2022" in admin mode. (this prompt is installed...