Sophox / sophox

A collection of services exposing OSM data, metadata, and other microservices
Apache License 2.0
31 stars 5 forks source link

please, rename bot brach to avoid name conflict #23

Closed matkoniecz closed 3 years ago

matkoniecz commented 3 years ago
git checkout metabot 
fatal: 'metabot' could be both a local file and a tracking branch.

(git checkout metabot -- as explained in https://stackoverflow.com/a/25322508/4130619 ) (if you are still using git checkout like me - you should also read about git switch and git restore at for example https://stackoverflow.com/questions/24384951/confused-by-git-checkout/57066202#57066202)