GitHub

Github: Github is a service hosting on the web all the projects are stored. Before starting github we would like to know what is version control system and what is Git?   What is version Control System? It is system that keeps a track of different version of files and we can use the specific…

GitHub Commands

Github Commands GitHub is a distributed version-control platform where users can collaborate, having versions, share the ideas. Github commands git init — To initializa the Gitgit loggit statusgit add .git commit -m “Message”git remote -vgit remote add origin urlgit remote push -u master origingit push origin master git config –list If you want to change the…