Steven LemonMerge Branches Sooner with Synchronous Code ReviewCode review has the potential to be one of the most impactful activities we do in our day. However, that value is often squandered by…Nov 17, 20221Nov 17, 20221
Sreekanth Thummala🚀DevOps Zero to Hero — 💡Day 2: Version Control Systems — VCSMastering Version Control Systems with Git: A Comprehensive GuideAug 12, 20232Aug 12, 20232
Dhilip maharishinAI MindGit commands that every software Developer should know👨🏻💻!!Build out your best version of software by knowing Git commands.Dec 3, 2023Dec 3, 2023
NidhisharmaGit cherry-pickIn Git, the git cherry-pick command is used to apply the changes from a specific commit to the current branch. It allows you to select…Jun 22, 2023Jun 22, 2023
Koushik SahainFAUN — Developer Community 🐾How to do git push, git pull, git add, git commit etc. with BitbucketIf you are starting with Bitbucket and don’t know how to do git push, git pull etc. then you are in the right place. Please go through this…May 30, 2022May 30, 2022
Nirbhay SinghHow to resolve Conflicts in Git ?Suppose you were trying to merge source branch to target branch, and you got conflicts, Here are the steps to resolve a conflict in Git:Jan 11, 2023Jan 11, 2023
Nirbhay SinghWhat is Git Branching Strategy ?Git branching is a feature in Git that allows multiple developers to work on the same codebase simultaneously without interfering with…Jan 12, 2023Jan 12, 2023
Nirbhay Singhfatal : cherry-pick failedError: commit 4a093206c is a merge but no -m option was given fatal : cherry-pick failedSep 4, 2023Sep 4, 2023
Nirbhay Singhpush the new branch of local repository to a new remote repositoryTo push the new branch that you’ve created in your local repository to a new remote repository, follow these steps:Oct 5, 2023Oct 5, 2023