Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```