Notes taken from GitHub Tutorial
Git Hub Tutorial: EDUREKA https://www.youtube.com/watch?v=xuB1Id2Wxak Git is a distributed version control that supports distributed non-linear workflows by providing assurance for developing quality software. Features of Git: Lightweight - Uses lossless compression technique to compress the data Speed – GIT is 10 times faster that other version control softwares. Reason – it is written in C. Secure – Uses SHA1 to name and identify objects Repository: A directory or storage space where your projects live in. There are two types of repository. · Central Repository · Local Repository Git Operations and commands: · Intall Git for windows · Navigate to a folder where you want to create your project. · ...