First we have to istall git bush
then
Git init
add .
git status
More details click the link
$ git commit -m “my project”
…or create a new repository on the command line
echo "# Bootstrap-3.0-Quick-start" >> README.md git init git add README.md git commit -m "first commit" git branch -M master git remote add origin https://github.com/jashimcse/Bootstrap-3.0-Quick-start.git git remote -v git push -u origin master