Chandan Rajpurohit

An Artist With Technical Skills

  • GIT Terminologies

    Repository A collection of all files related to a project along with the history Init Initializes and creates a local repository Add Add the changes to the staging area Commit The act of creating a snapshot of the current progress, typically identified by a character code Pull The process of downloading commits that don’t exist…

    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