Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flashdagger/git-subrepo-pypi
python package for installing git-subrepo
https://github.com/flashdagger/git-subrepo-pypi
Last synced: 3 months 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 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T22:38:13.000Z (7 months ago)
- Last Synced: 2024-07-27T01:42:54.630Z (4 months ago)
- Language: Shell
- Size: 224 KB
- Stars: 2
- Watchers: 1
- 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).