Click here to Skip to main content
15,902,447 members
Everything / Bitbucket

Bitbucket

Bitbucket

Great Reads

by Prava-MFS
How to host PHP application on Azure and how to auto-deploy the code through bitbucket.
by levelnis
Part 3 of a series on deploying to Microsoft Azure
by Christian Specht
How to fix when your rysnc to your webserver fails as you push a Bitbucket repository and expected Bitbucket Pipelines to deploy the site via SSH/rsync to my webservers.
by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well

Latest Articles

by Christian Specht
How to fix when your rysnc to your webserver fails as you push a Bitbucket repository and expected Bitbucket Pipelines to deploy the site via SSH/rsync to my webservers.
by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well
by levelnis
Part 3 of a series on deploying to Microsoft Azure
by levelnis
Part 2 of a series on deploying to Microsoft Azure

All Articles

Sort by Score

Bitbucket 

17 May 2016 by Prava-MFS
How to host PHP application on Azure and how to auto-deploy the code through bitbucket.
19 Jan 2017 by levelnis
Part 3 of a series on deploying to Microsoft Azure
2 Apr 2020 by Stefan_Lang
In case you haven't already messed with your GIT repository (in the sense that several people have worked on it in parallel), you might be able to do this according to svn - Converting a repository from git to subversion - Stack Overflow[^] (The...
18 Jul 2016 by AmruthaNair
Hi,I tried SharpBucket api from my website to access my bitbucket account and access the repository. Will you please provide help on how to 1.Access the repository folder and its commited files through code.2.Commit a file trough code.Please see the sample code i tried private...
4 Sep 2017 by Graeme_Grant
Here is a Google Search link that gives plenty of example of what you want to do: how to use bitbucket - Google Search[^] .. Like: * Get started with Bitbucket Cloud - Atlassian Documentation[^] * Bitbucket Tutorial | Bitbucket for Beginners - YouTube[^] * Using Git with BitBucket: Basic...
24 Mar 2018 by nidhi01
Below code is of git push command through java everything if I run without using try catch block it successfully pushing the files, But im not getting that how to throw error if user enter wrong url and username and password by using try and catch block can anyone do correct edit in the code for...
2 Apr 2020 by idhris2011
We had a local SVN server and it is not available now. Luckily I have migrated from SVN to GIT with all logs. Now Tortoise SVN server has been installed on client end. Now we need to push my app from GIT to SVN with same history. What I have...
21 Jul 2021 by Christian Specht
How to fix when your rysnc to your webserver fails as you push a Bitbucket repository and expected Bitbucket Pipelines to deploy the site via SSH/rsync to my webservers.
21 Jul 2021 by Christian Specht
After auto-deploying Jekyll sites via Bitbucket Pipelines and GitHub Actions, I wanted to try the same thing via GitLab CI as well
12 Jan 2017 by levelnis
Part 2 of a series on deploying to Microsoft Azure
4 Sep 2017 by Rajeshyadav12
Want to import ParseParcel .NET project from my local machine to existing created repository in bit bucket(trade Me/Tech Tests/parseparcel) and I have gone through https://confluence.atlassian.com/bitbucketserver/importing-code-from-an-existing-project-776640909.html. But no luck. Please guide...