A detached HEAD state happens only when you git checkout an old version of your project. In a detached HEAD state you are able to rewrite commit history.
A simple guide to better understanding how to manage several remote repositories under a single local repository.
A simple structured guide to understanding the difference between local and remote repositories.
A simple Git cheat sheet with all the commands any software developer will ever need to integrate with their repositories
A tutorial that easily explain what pull requests are, who uses them, and what they do. This is most helpful to other software development teams out there.
A guide to achieving different levels of how to merge branches to both local and remote repositories.
In this tutorial, you will learn what are merging strategies. You will also learn what their differences are with one another
In this tech tutorial, you will learn how to create branches using Git, both in local and remote repositories.