Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kalkin/rust-git-stree
Library for working with my improved git subtree schema.
https://github.com/kalkin/rust-git-stree
Last synced: 22 days ago
JSON representation
Library for working with my improved git subtree schema.
- Host: GitHub
- URL: https://github.com/kalkin/rust-git-stree
- Owner: kalkin
- License: lgpl-3.0
- Created: 2022-01-17T15:38:07.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-09T11:57:48.000Z (about 2 years ago)
- Last Synced: 2024-08-10T08:13:04.405Z (3 months ago)
- Language: Rust
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING.LESSER
Awesome Lists containing this project
README
# Git-Stree
Library for working with my improved git subtree schema.
The subtrees with their ``, `` and a target to follow are
tracked in `.gitsubtrees` files. Each `.gitsubtrees` file contains information
about tracked subtrees in the same directory.## `.gitsubtrees` Format
```ini
[example]
version = 1 ; opional normally, required if no other key specified
upstream = https://example.com/ORIGINAL/example
origin = https://example.com/FORKED/example
follow = master ; some ref or a semver range
pre-releases = false ; if allow pulling pre-releases
```