The merge process combines two branches, with options to handle translations, keys, languages, and conflicts.
You can merge branches using the web interface in Console.
You have the following checkbox options that will affect what will be merged and how:
There are many ways to resolve the conflicts that arise during the merge process. You can resolve conflicts automatically or manually.
Learn more about Merging branches
localazy branch merge [options] {source_branch} {target_branch}
to perform a merge.--source
, --target
, and --time
to resolve conflicts. For example, using the --strategy source
option applies translations from the source branch to resolve conflicts.localazy branch analyze [options] {source_branch} {target_branch}
to analyze potential conflicts or failures.localazy branch conflicts
and options such as --no-fail-on-conflicts
to manage the process smoothly.You can learn more in the CLI Docs: Branching
Please help us with improving our documentation.
We appreciate all your feedback.