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…