Got a thought this morning that i need to pen down the most used git commands. This is a short one but really handy list, hope it helps few. Clone Existing Repository.git clone https://github.com/{username}/{reponame}.git Status of your commit.git status Switch branch and create local branch from remote branch.git checkout -t…
Say YES to Open