GitHub

Github GitHub is a distributed version-control platform where users can collaborate, having versions, share the ideas. Github commands git initgit loggit statusgit add .git commit -m “Message”git remote -vgit remote add origin urlgit remote push -u master origingit push origin master