{% extends "base.html" %} {% block header %}

{{ title }}

A high-performance, caching Git LFS server.

{% endblock header %} {% block content %}

To use this Git LFS server in your project, add a file named .lfsconfig to the root of your repository with the following contents:

[lfs]
url = "{{ api }}/my-org/my-repo"

...where my-org/my-repo is the name of the Git repository.

Please see https://git-lfs.github.com/ for more information about how to use the Git LFS client.

{% endblock content %}