Git

Git is free and open source software for distributed version control: tracking changes in any set of files, usually used for coordinating work among programmers collaboratively developing source code during software development. Its goals include speed, data integrity, and support for distributed, non-linear workflows (thousands of parallel branches running on different systems). Git was originally authored by Linus Torvalds in 2005 for development of the Linux kernel, with other kernel developers contributing to its initial development. Since 2005, Junio Hamano has been the core maintainer.

Essential Git Command’s
SuganJuly 12, 20200 comments

Hello developers,in this post we are going to look into some of the essential (basic) git command that makes your dev life better. Before we dive into to the Git command’s let first have a quick look at what...