> For the complete documentation index, see [llms.txt](https://helpcenter.xopero.com/xopero-one-en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpcenter.xopero.com/xopero-one-en/pl/zarzadzanie/devops/lista-repozytoriow.md).

# Lista repozytoriów

#### Lista repozytoriów jest dostępna w dashboardzie organizacji DevOps pod przyciskiem Przeglądaj.

***

## Przegląd listy

Każda lista wyświetla kluczowe informacje o repozytoriach w formie tabeli. Aby modyfikować kolumny wyświetlane na liście, użyj przycisku ⚙ **Koła zębatego** po prawej stronie.

1. **Nazwa** — nazwa repozytorium.
2. **Slug** — identyfikator strony repozytorium.
3. **Status** — status repozytorium.
4. **Status backupu** — status ostatniego **backupu**.
5. **Licencja przypisana** — pozwala na przypisywanie lub usuwanie licencji z repozytoriów.
6. **Ostatnia kopia** — czas ostatniego backupu; obejmuje również próby zakończone niepowodzeniem.
7. **Następna kopia** — zacowany czas rozpoczęcia kolejnego backupu.
8. **Ostatnia udana kopia** — czas ostatniego pomyślnie wykonanego backupu.
9. **ID repozytorium** — identyfikator repozytorium.

<figure><img src="/files/IZEQb7npKn0VwlbTZAF2" alt=""><figcaption></figcaption></figure>

***

## Synchronizacja

Podczas dodawania nowej organizacji **DevOps** możesz określić godziny, w których **Xopero ONE** ma synchronizować się z jej repozytoriami, lub ustawić powtarzalny interwał czasowy.

<figure><img src="/files/SedkUmTDeJxZktHJJZYd" alt="" width="347"><figcaption></figcaption></figure>

Możesz również uruchomić zadanie synchronizacji bezpośrednio z listy repozytoriów — aby zsynchronizować **Xopero ONE** ze swoim środowiskiem **DevOps**, kliknij przycisk 🔄️ **Synchronizuj**. Czas ostatniej synchronizacji jest widoczny pod listą repozytoriów.

<figure><img src="/files/Ie1x3EqFHVNAfXow14z3" alt="" width="430"><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://helpcenter.xopero.com/xopero-one-en/pl/zarzadzanie/devops/lista-repozytoriow.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
