Tag: merge

  • Git Branching Strategy

    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…

    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