braid

Track and manage vendor branches in Git repositories

brewmacoslinux
Try with needOr install directly
Source

About

Simple tool to help track vendor branches in a Git repository

Commands

braid

Examples

add external git repository as a vendor branch$ braid add https://github.com/user/repo.git vendor/repo
update vendor branch to latest version$ braid update vendor/repo
remove vendor branch from repository$ braid remove vendor/repo
show status of all tracked vendor branches$ braid status
display list of all vendor branches being tracked$ braid list