Skip to content

Feature: git folder combine #7

Description

@claybridges

Combine branches of source folder into target folder, deleting the source folder if successful.

git folder combine [--strategy [unique|prefer-target|prefer-combine]] <targetFolder> <sourceFolder>

Branches in sourceFolder will be combined into (/moved to) targetFolder. Conflicts are managed according to --strategy:

  • unique: fail unless branches in combined set are unique
  • prefer-target: Use the targetFolder branch in a conflict
  • prefer-combine: Use the combineFolder branch in a conflict

Default strategy is unique.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions