An unusual introduction to Git which can save your life. In this article, we will discuss various Git commands you should know as a developer, data scientist, or product manager and which will introduce you to Git. Branching Branches are just different workspaces (pointers to specific commit technically) to work in…