Tag: commit

  • 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
  • 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