cristibalan / braid

Simple tool to help track vendor branches in a Git repository.
http://cristibalan.github.io/braid
MIT License
457 stars 54 forks source link

`braid add` should fail if the destination already exists #92

Open mattmccutchen opened 3 years ago

mattmccutchen commented 3 years ago
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.