git-stree

Crates.iogit-stree
lib.rsgit-stree
version0.2.4
sourcesrc
created_at2022-01-17 17:15:36.261684
updated_at2022-10-09 11:58:00.409386
descriptionLibrary for working with my improved git subtree schema
homepage
repositoryhttps://github.com/kalkin/rust-git-stree
max_upload_size
id515689
size39,204
Bahtiar Gadimov (kalkin)

documentation

README

Git-Stree

Library for working with my improved git subtree schema.

The subtrees with their <prefix>, <repository> and a target to follow are tracked in .gitsubtrees files. Each .gitsubtrees file contains information about tracked subtrees in the same directory.

.gitsubtrees Format

[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
Commit count: 45

cargo fmt