Create a directory on the drive
Create empty repository on that directory
git init –bare
Now Repository is created.
Go to Visual Studio, and clone that directory, and create empty solution, and add projects file.
After project is working fine, please add untracked file, and push and sync.
Once Initial Sync is done, you can clone that repo, with other name to test.
Note: VS Git client doesn’t pull all the files correclty
Somehow Bower_Components was not uploaded onto repository.
Following command helps.
git add . –force