Skip to content

v0.2.0

Compare
Choose a tag to compare
@MrFlynn MrFlynn released this 11 Jul 03:13
· 5 commits to master since this release

This release includes better integration with Git. Some options were deprecated (more below).

Usage

$ git absorb help
GIT-ABSORB(1)

NAME
       git-absorb - Combines multiple repositories into one while preserving history

SYNOPSIS
       git absorb FOLDER...  [--clean | -c]

DESCRIPTION
       Combines  multiple  git  repositories into a single monolithic repository
       while still retaining the history from each repository. For example, this
       could  be  useful  for  backing up multiple GitHub classroom repositories
       into a single repository.

OPTIONS
       FOLDER Path to repository to merge into the current repository.

       -c, --clean
              Remove local cop(y)(ies) of  the  repositor(ies)(y)  being  merged
              into the current repository.

       -h, --help
              Display this menu.

Deprecated Options

  • --combine-ignores
  • --repository
    • This script assumes you are already in Git repository as Git extensions automatically assume. This options becomes redundant given this new usage mode.