The business case You launched a software application. You installed it on two customer sites. You support the application mostly by SSH to customer server…
This is a summary of concepts in common Git operations. We will discuss brach, merge, rebase, cherrypick, stash and reset. Then we’ll discuss pull, fetch,…
A BitBucket repo has a hard limit of 2GB in size, and soft limit of 1GB. This is not expandable as per Bitbucket and contributors will start receiving…
This is a continuation from Git Explained 1 of 2 where the fundamental concepts are covered. In this article we introduce some tools for customization…
In a nutshell, Git is a distributed version control system, commonly used as source control management. It places files in one of three logical areas…