Git Useful Commands List

Github is a distributed version control system which helps to manage the repositories. Followings are a list of few commands that you can use frequently on github (git bash): Getting & Creating Projects CommandDescriptiongit initInitialize a local Git repositorygit clone ssh://git@github.com/[username]/[repository-name].gitCreate a local copy of a remote repository Basic Snapshotting CommandDescriptiongit statusCheck statusgit add [file-name.txt]Add … Continue reading Git Useful Commands List