How to git (init, status, add, commit)

Read Time 2 minutes   git is a distributed version control system which means multiple developers can work on a single project painlessly. I am going to talk about git from scratch. So if you haven’t installed git command line tool, do install it from https://git-scm.com/ . Let’ start git init You can either clone an existing git repository …

How to git (init, status, add, commit) Read More »