braid
braid copied to clipboard
Simple tool to help track vendor branches in a Git repository.
I noticed that the Braid home page (https://cristibalan.github.io/braid/) no longer has a direct link to this repository (https://github.com/cristibalan/braid). Having such a link would be a courtesy to users, who otherwise...
Command line: `braid add --verbose ssh://[email protected] Externe/project` Output: ``` Braid: Executing `git --version` in D:/folder Braid: Executing `git rev-parse --is-inside-work-tree` in D:/folder Braid: Executing `git rev-parse --show-prefix` in D:/folder Braid:...
We have recently migrated to braid from git-subrepo, works really great. Perfect for our use case, we got 5000+ package repos all added to one controlling braid repo. https://gitea.artixlinux.org/pkgbuild/main Anyhow,...
We were using SVN and our solution have some files shared from other SVN repositories. I was investigating solutions for Git for sharing "externals" just like with SVN, and Sub...
Should we be remembering to update http://cristibalan.github.io/braid every time we update the readme, or shall we just redirect it to the repository so people can see the readme (and add...
When trying to use braid to manage a respository with its own submodules git cannot update the dependency's submodules. E.g. ``` $ braid.sh add https://github.com/Valloric/YouCompleteMe $ git submodule update --init...
Hello, I would like to have a support for nested vendor repositories with a `.braids.json` file each. e.g. I have following repositories - base - frameworkA - frameworkB - project...
``` git clone https://github.com/cristibalan/braid/ cd braid braid add https://github.com/cristibalan/braid/ lib ``` This overwrites `lib` without warning. It should probably be an error.
I am having an issue while adding a mirror by using ssh. I had this error another time and bypassed the error by using https link to the repository. But...
I am having an issue while adding a mirror by using ssh. I had this error another time and bypassed the error by using https link to the repository. But...