tudelft3d / cityjson-versioning-prototype

A prototype implementation of interaction with versioned CityJSON files
MIT License
5 stars 1 forks source link

Delete branch command should check for dangling commits #2

Open liberostelios opened 4 years ago

liberostelios commented 4 years ago

When the branch -d command is used, a branch might be deleted at a commit that is not referred by any other branches.

In this case, there should be a warning and the command should not delete the branch. There should be -D option, instead, that would force the deletion to occur.