Chandan Rajpurohit

An Artist With Technical Skills

  • Overview of GitHub Part 2

    Git is the free and open-source distributed version control system that’s responsible for everything GitHub related that happens locally on your computer. Inspect & Compare Examining logs, diffs, and object information Show the commit history for the currently active branch git log Show the commits on branchA that are not on branchB git log branchB..branchA…

    Continue Reading

  • Overview of GitHub Part 1

    Git is the free and open-source distributed version control system that’s responsible for everything GitHub related that happens locally on your computer. Installation & GUIS GitHub for Windows https://windows.github.com GitHub for Mac https://mac.github.com GitHub for All Platforms http://git-scm.com Setup Configuring user information used across all local repositories Set a name that is identifiable for credit…

    Continue Reading