A virtual file system written in C# with .NET technologies, with versioning and historization, encryption and compression, synchronization over a WCF service, a WPF GUI (MVVM).
# initial setup
git clone git@github.com:lukaselmer/VFSPrototype.git
# do some coding
# commit
git commit -m ...
# push to github repo
git push # => git push origin master