I have been in two discussions about Git branching strategy in different organizations. Too many concepts! So I open this post to jot down the…
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…
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…