Bitbucket Compatibility? #31
-
|
This looks like a great tool. Any chance it is compatible with Bitbucket? I tried poking around but couldn't find where Github is baked into it. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi there,
I used to use BitBucket myself. Your local repo that is hosted on there would be connected to your BitBucket remote repository with Thanks for your interest. |
Beta Was this translation helpful? Give feedback.
Hi there,
ver-bumpuses the git command in several places. See https://github.com/jv-k/ver-bump/blob/main/lib/helpers.shI used to use BitBucket myself. Your local repo that is hosted on there would be connected to your BitBucket remote repository with
git remote add origin <server_URL>as if it was hosted on GitHub — it's already compatible. And thereforever-bumpwill happily work with Bitbucket.Thanks for your interest.