Skip to content

Added apostrophe to flow.md #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/user-guide/reference/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ BETA FEATURE
The abapGit flow page helps mirroring branches/pull requests into/from transports by doing filtered git operations. This way, it is possible to work on multiple branches in one system, or pull multiple branches into a system.

:::warning
Filtered git operations is not a real git thing, its something else than git. It is a workable compromise to work with git in a multi user system
Filtered git operations is not a real git thing, it's something else than git. It is a workable compromise to work with git in a multi user system
:::

The flow page gives an overview of all features that a developer is working on across their favorite repositories.

## Enabling

To enable a repository to work with flow, go to the local repository settings and tick "Flow Page".
Furthermore, developers must set their favorite repositories, so abapGit knows which parts each developer is working on.
Furthermore, developers must set their favorite repositories, so abapGit knows which parts each developer is working on.
Loading