Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 464 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 464 Bytes

VFSPrototype

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 [email protected]:lukaselmer/VFSPrototype.git

# do some coding

# commit
git commit -m ...

# push to github repo
git push # => git push origin master