Martha MwangiforShe Code Africa Nairobiscanairobi.hashnode.net·Jun 21, 2022Top 4 Bitbucket Cloud Features That You Should KnowIntroduction Millions of developers, and 80% of Fortune 500 companies, are using Bitbucket Cloud. It is the ideal revision control solution for a professional stack while maintaining repositories, collaborating and delivering software faster in the d...Discuss·67 likes·292 readsBitbucket
Danny SteenmanforTowards the Clouddanny.hashnode.net·Mar 17, 2022Configure OpenID Connect for Bitbucket in AWS CDKThis guide will explain what is required to create a Bitbucket OpenID Connect (OIDC) provider in AWS CDK and includes a Bitbucket pipeline example on how to authenticate to AWS and access resources. What is a Bitbucket OpenID Connect provider (OIDC)?...Discuss·65 likes·377 readsAWS CDKBitbucket
Zuber DungeforZuber Dungezuberdunge.hashnode.net·Jun 18, 2021Introduction to Git!Here's what we'll go over in this article: What is Git? Why to use Git? Who Created Git? Git Installation Basic Commands of Git Some Popular Git Management Services Conclusion So, What is Git? Well, In Technical Terms Git is an Open Source Distrib...Anjali Chauhan and 1 other are discussing this2 people are discussing thisDiscuss·33 likes·886 readsGitHub
Ronald RodriguezforRonald Rodriguezrodruizronald.hashnode.net·Apr 14, 2023SSH 101 for Git usersAre you tired of typing your credentials when using HTTPS? The SSH protocol allows you to connect and authenticate to remote Git repositories without providing your credentials each time. To follow this post, you will need: OpenSSH and Git installed...DiscussGitHub
Utsav Gargforutsavgarg.hashnode.net·Mar 31, 2023Bitbucket repo as helm-chart repositoryHosting helm charts is a common use case in devops world. Helm charts can be hosted on many open source repositories like chartmuseum, hosting on some git repository (GitHub / bitbucket) or paid solutions such as JFrog, Nexus etc. Hosting helm charts...Discuss·56 readsDevops
Raul Naupariforraulnqraulnq.hashnode.net·Mar 22, 2023Migrating a repository from Bitbucket to GitHubSeveral years ago, we started using Bitbucket because it provided unlimited private repositories. But today, GitHub also offers the same plus useful tools and integrations. So, we started to migrate repositories from Bitbucket to Github. Let's start ...Discuss·12 likes·105 readsGitHub
vamsi chamarthiforVamsi's Blogchamarthi-vamsi.hashnode.net·Mar 19, 2023CI/CD Pipeline to FTP ServerSubject: Creating a pipeline to automatically send the build files to an FTP server whenever code is pushed/merged to the master. Hello Readers, I hope all of you are doing well. In this blog, I will create the pipeline for both react and node js ap...Discuss·1 like·80 readsDevops
Nitin KalraforToday I Learnedtil.hashnode.net·Mar 14, 2023Git Merge StrategiesGit provides several strategies for merging changes. Here are three of the most commonly used merge strategies: git merge --no-ff: This command performs a merge between two branches, but creates a new commit even if the changes can be merged automat...Discuss·10 likesGit
neicoreforClickPesa Techclickpesa.hashnode.net·Mar 7, 2023Setting up SSH Keys for Github, GitLab, and Bitbucket in one windows pcWhat are Github, Gitlab and Bitbucket? Github, GitLab, and Bitbucket are all popular web-based Git repository hosting services that allow developers to collaborate on code and manage version control. GitHub is the most well-known of the three and is ...Discuss·1 likeGit
Kishore Kumarforkishore-powerdev.hashnode.net·Feb 23, 2023How to manage multiple GitHub accounts on a single machine with SSH keys on Mac?Managing multiple GitHub accounts on a single machine can be challenging, especially when you need to switch between personal and work-related projects frequently. However, by using SSH keys and configuring your machine's SSH client, you can easily s...Discuss·1 like·147 readsGitHub
Fajar Chaniagoforfajar-devrapiter.hashnode.net·Feb 6, 2023GIT : tools wajib para programmerAnda pernah mengalami hal seperti ini? Atau yang seperti ini? Jika anda menggunakan Git, anda tidak perlu melakukan itu semua.. Git (version control system) dapat mencatat perubahan pada file atau proyek software dalam waktu yang sangat lama. b...Discuss·42 readsGit
Mikaeel KhalidforMikaeels Blogmikaeels.hashnode.net·Jan 22, 2023How to Setup/Enable BitBucket Terminal Access on a MacSetting 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: Generate the SSH Key To generate your SSH key, op...DiscussGit
MANISH KUMAR Rforcodemonkmanishdev.hashnode.net·Jan 17, 2023What is a Version Control System ?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 of a proj...Discuss·33 readsLearn GitGit