Working with Git commands
Introduction:Git is a decentralized version control system, which assists developers to follow the evolution of their code and cooperate effectively with other developers. It runs on a series of basic instructions like git init, git add, git commit, ...