Articles About
cloud
Subscribe to Work Life
Get articles like these delivered to your inbox every two weeks.
Moving away from Master as the default name for Branches in Git
Over the last few weeks there has been ongoing discussion within the Git project and teams at Bitbucket, Gitlab, GitHub and other industry providers about Git’s use of ‘master’ as the default name for the first branch that is created on a repository. ‘Master’ appears to be an inherited reference from BitKeeper which was adapted […]
Cloning another Bitbucket repository in Bitbucket Pipelines
This post was written by Bitbucket user Ayush Sharma. I recently had a use-case where I wanted to clone another Bitbucket repository during a Pipelines execution. Doing this is very simple, but there is a lot of conflicting information online, so I thought I would document the steps here. Imagine a very simple Pipeline that […]
Moving away from Master as the default name for Branches in Git
Over the last few weeks there has been ongoing discussion within the Git project and teams at Bitbucket, Gitlab, GitHub and other industry providers about Git’s use of ‘master’ as the default name for the first branch that is created on a repository. ‘Master’ appears to be an inherited reference from BitKeeper which was adapted […]