© 2023 Hashnode
#bitbucket
Setting up an SSH key can be a confusing and tedious process, but it doesn't have to be. This blog post will show you a simple and straightforward method for installing an SSH key on your Mac. Step 1:…
Before we learn what is Git. It is important to know what a version control system is. What is a Version Control System?A version control system is a tool used to manage versions & changes in any software project. (Version- particular state…
Git Branching What is Git Branch? Git Branch is an unavoidable concept when we are studying Git. Branching is a part of the daily development process. Git Branches are effectively a pointer to a snaps…
What is Git? Git is nothing but a tool for source code management, version control and collaboration of developers but not limited to developers. Version Control: So before deep diving into git, we en…
Let's understand Git with its basic commands. Hello geeks, 🙋🏻♀️ This article will list the Git commands you need in the daily development lifecycle while working with any version control systems. …
As a maintainer of a very large repo, we ask our developers to use the Forking Workflow This has some challenges, especially when reviewing PRs and committing changes to those PRs on the respective, r…
Writing code is interesting and fun until that time comes when your application is production ready and you have to deliver your little creation to millions of users around the world, you start to fac…
Let's look into a way of deploying react app with the bitbucket pipeline. You can use the same mechanism to deploy different stack applications as well. Enabling Pipeline First, enable bitbucket pipe…
In this post, we will see how to connect Oracle Container Engine for Kubernetes(OKE) from Bitbucket with help of OCI CLI Container Image. Recently, Oracle released OCI CLI image that we can use for this purpose. documentation I have previou…
Overview Developers team often experiencing troubles with code smells and some of them are not well visible during code review and can be merged with target branch. That’s why we provide automated mechanism of code analysis which eliminates…