Tag: branching

  • Git Branching Strategy

    Having been in two discussions about Git branching strategy with different organizations, I decide to jot down the details of all the common branching strategies…

    Read
  • Common local Git operations

    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,…

    Read
  • Clean up Git repository

    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…

    Read
  • Git Explained 1 of 2

    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…

    Read