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