Closed eallion closed 1 year ago
As the official documentation suggests, The git method can specify a specific branch or commit using the following formats:
The git method can specify a specific branch or commit using the following formats
src-git local_feed_name https://example.com/repo_name/something.git;branch_name src-git local_feed_name https://example.com/repo_name/something.git^commit_hash
feeds.conf.default:
src-git helloworld https://github.com/fw876/helloworld.git;main
As the official documentation suggests,
The git method can specify a specific branch or commit using the following formats
:feeds.conf.default: