Posts

Showing posts from March, 2017

Introduction to Git and Github

Image
Why Git? When you have to do a project like a college project with your friends what do you do? I had used Google Drive, DropBox etc. Most probably you must also have use the similar methods. But don't you think these methods are very cumbersome in terms of collaboration or you can say 'A perfect reciepe of disaster' as shown.     What is Git? Git is an open source, distributed version control system designed for speed and efficiency open-source: its source code is availabe free of cost distributed version control: allows many software developers to work on a given project without requiring them to share a common network. efficiency: on git since everything is local, working in git is highly efficient. Some of the basic terms used while working with git are: Repository: A basic folder or a collection of files that represents one project. The name of this repository is Git-Guide. When you clone, you clone an entire r