Files
openchamber/packages/docs/content/docs/uk/git.mdx
T
Bohdan Triapitsyn 967704a9b9 docs: add OpenChamber feature docs and translations (#1400)
* docs: add OpenChamber feature docs and translations

Add 30 new docs pages covering OpenChamber-specific workflows and setup:
OpenCode server, providers/models/agents, MCP, skills, commands & snippets,
usage, projects, context, notes/todos/plans, scheduled tasks, project actions,
preview, worktrees, multi-run, git & GitHub, magic prompts, git identities,
mobile/PWA, security, notifications, voice, project icons, remote instances,
desktop browser, updates, and three troubleshooting pages.

Rebuild sidebar into eight task-oriented sections and translate every new
page into all six supported locales (uk, zh-cn, es, pt-br, ko, pl).

* docs: surface new sections on homepage and cross-link tunnels

Add an Explore block to the docs homepage (all seven locales) linking to
the new section anchors, and cross-link the Tunnels page to Security and
PWA & Mobile.
2026-05-24 14:15:55 +03:00

42 lines
2.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Робочі процеси Git і GitHub
description: Додавайте до staging, комітьте та керуйте гілками, не залишаючи OpenChamber.
---
# Робочі процеси Git і GitHub
OpenChamber має вбудований вигляд git, тож ви можете переглядати зміни, комітити та керувати гілками, не перемикаючись на термінал. Відкрийте його на вкладці **Git** у правій бічній панелі.
## Перегляд і коміт
Вигляд git розділяє ваші зміни на **staged** та **unstaged**:
- клікніть **+** біля файлу, щоб додати його до staging, або **−**, щоб прибрати
- додайте до staging або приберіть усе в групі за раз
- клікніть файл, щоб побачити його diff
Потім напишіть повідомлення коміту й закомітьте. Ви можете доручити OpenChamber **згенерувати повідомлення коміту** з ваших staged-змін — він використовує модель поточної сесії, тож вам потрібна відкрита сесія.
## Гілки та історія
Вигляд git також охоплює щоденну рутину git:
- створення, перемикання, перейменування та видалення гілок
- push, pull і fetch
- перегляд історії та diff для кожного коміту
- stash і відновлення змін
## Pull request'и
Підключіть GitHub (див. [GitHub Issues та PR](/uk/github/)), і вкладка **PR** дасть змогу відкрити pull request, оновити його, позначити готовим чи злити — і згенерувати його заголовок та опис так само, як повідомлення комітів.
## Внесення конфліктів
Якщо злиття, rebase чи integrate натрапляє на конфлікт, OpenChamber показує, що застрягло, і дає змогу розв'язати його — зокрема передати агентові.
## Пов'язане
- [GitHub Issues та PR](/uk/github/) — підключіть GitHub і починайте роботу з issue
- [Сесії worktree](/uk/worktrees/) — ізолюйте гілку у власній теці
- [Git-ідентичності](/uk/git-identities/) — комітьте від правильної особи для кожного репозиторію