Featured
-
No Featured Found!
Tags
Top 10 Git commands that every body should know
Some of Basic commands:
git init : To create/initalize a git repository
git clone : To get a copy of existing Git Repository
git branch : To check the current branch on which you are
git checkout -b "new branch name" : Create a new bran...