Git from install to first push, with branching, remotes and the mistakes worth rehearsing. Every command shown with the real terminal output it produces.
Introduction: Git is a distributed revision control system with an emphasis on speed, data integrity, and support for distributed, non-linear workflows. Git is commonly used for source code management (SCM) and has become more used than old VCS systems like…