This will be a guide to learning Git and using Github. From using local git repo, to hosting your code in github.What is Git ?Git is a mature, actively maintained open source project originally developed in 2005 by Linus Torvalds, the famous creator of the Linux operating system kernel. A staggering number of software projects rely on Git for version control, including commercial projects as well as open source.It is used for tracking changes in any set of files, usually used for coordinating...