in reply to Re: Push to Bitbucket repositaries
in thread Push to Bitbucket repositaries

Can I create a separate function in my existing code or its better to keep the code outside of the existing code and execute it if there is code changes that will update to repo?

Replies are listed 'Best First'.
Re^3: Push to Bitbucket repositaries
by perlfan (Parson) on Dec 16, 2020 at 23:44 UTC

      Thanks for the response, I had to use the Bitbucket APIs in order to write a code for creating a branch , commit , push then pull. Thanks