I\'m using Sparkleshare, which uses Git to sync files between my laptop and my backup server.
Now I want to be able to browse in the files and dirs that I\'ve upload
Try this command:
git ls-files
This lists all of the files in the repository, including those that are only staged but not yet committed.
http://www.kernel.org/pub/software/scm/git/docs/git-ls-files.html