# GitList for YunoHost
[](https://ci-apps.yunohost.org/ci/apps/gitlist/)  
[](https://install-app.yunohost.org/?app=gitlist)
*[Read this README in other languages.](./ALL_README.md)*
> *This package allows you to install GitList quickly and simply on a YunoHost server.*
> *If you don't have YunoHost, please consult [the guide](https://yunohost.org/install) to learn how to install it.*
## Overview
GitList is an elegant and modern web interface for interacting with multiple git repositories. It allows you to browse repositories using your favorite browser, viewing files under different revisions, commit history, diffs. It also generates RSS/Atom feeds for each repository, allowing you to stay up-to-date with the latest changes anytime, anywhere.
### Features
- Multiple repository support
- Multiple branch support
- Multiple tag support
- Commit history, blame, diff
- RSS/Atom feeds
- Syntax highlighting via CodeMirror or Ace
- Repository statistics
**Shipped version:** 2.0.0~ynh5
## Screenshots

## Documentation and resources
- Official app website:
- Official admin documentation:
- Upstream app code repository:
- YunoHost Store:
- Report a bug:
## Developer info
Please send your pull request to the [`testing` branch](https://github.com/YunoHost-Apps/gitlist_ynh/tree/testing).
To try the `testing` branch, please proceed like that:
```bash
sudo yunohost app install https://github.com/YunoHost-Apps/gitlist_ynh/tree/testing --debug
or
sudo yunohost app upgrade gitlist -u https://github.com/YunoHost-Apps/gitlist_ynh/tree/testing --debug
```
**More info regarding app packaging:**