Bitbucket: Branch or fork your repository
There are a number of ways to get your Bitbucket Cloud repository code so that you can work on the project. Each method is slightly different and is done for different reasons. What is a branch? What is a fork? Branching and forking provide two ways of diverging from the main code line. Both Mercurial […]
Bitbucket: Import A GitHub Repository Into Bitbucket
Login to your Github Account and get the URL of Repository Login to your github account and go inside the repository you wish to be copied to bitbucket Click on the drop down menu from code and copy the URL under HTTPS: In our case below is the URL we have copied: Importing the repository […]
Git: Working with Bitbucket Remote Repository
As a developer, you are required to push your codes quite often to a remote repository so that your team has access to it. Secondly, it is quite prudent to have all your codes in the remote server, just to avoid any disaster which may arise in case of your desktop/laptop failure. You won’t like […]