https://github.com/flashdagger/git-subrepo-pypi
python package for installing git-subrepo
https://github.com/flashdagger/git-subrepo-pypi
Last synced: 10 days ago
JSON representation
python package for installing git-subrepo
- Host: GitHub
- URL: https://github.com/flashdagger/git-subrepo-pypi
- Owner: flashdagger
- License: mit
- Created: 2020-07-25T10:09:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T22:38:13.000Z (over 1 year ago)
- Last Synced: 2025-07-22T10:48:46.378Z (5 months ago)
- Language: Shell
- Size: 224 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git subrepo python package
Provides easy deployment for [git subrepo](https://github.com/ingydotnet/git-subrepo).
Read the [changes](https://github.com/ingydotnet/git-subrepo/blob/0.4.6/Changes) for current release.
## How to use
### Prerequisites
- git >= 2.10.0 [set in PATH variable]
- python >= 3.6
### Installation
Stable releases can be installed via [PyPI](https://pypi.python.org/pypi/git-subrepo):
```bash
$ pip install git-subrepo
# or
$ pipx install git-subrepo
```
### Usage
Run the subrepo command to see usage
```bash
subrepo
```
You can show help for any command
```bash
subrepo help status
```
### shell support
If you need to use subrepo as `git subrepo` command use the init scripts
#### Bash
```bash
$ source git-subrepo-init.sh
$ git subrepo version
```
#### Cmd
```bash
> git-subrepo-init.bat
> git subrepo version
```
#### PowerShell
```bash
PS> .\git-subrepo-init.ps1
PS> git subrepo version
```
## License
[MIT license](LICENSE).