Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 789 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 789 Bytes

The NiftyNet Public Website

This repository is for the public-facing website of the NiftyNet Collaboration hosted at http://niftynet.io.

Requesting content and features

Please raise an issues and we'll do our best to implement your suggestions!

Updating the website with git-ftp

Once you have configured git-ftp with the niftynet.io FTP details, you can push committed changes to the website directly to the website with the following commands:

git commit -m "[Usual commit message]"
git push origin master
git ftp push

Useful links