I used TortoiseGit to create a bared repo, clone it, add some files in cloned directory, then commited all the files recursively.
When I browse clone, I can see the commited files. When I browse the origin repo, I can't see any files. Why ?
Once you have committed the files are stored locally on your machine.
In order to upload them to the repo you have to push them.
Checkout this graphical display and follow the arrows.
source - www.git-tower.com