Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 648 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 648 Bytes

GitSum

Augment and preserve your GitHub contribution history for git repositories hosted elsewhere.

Creates a separate git repository with a summary of your commit history but none of the original repository's content.

Build

go build cmd/gitsum/gitsum.go

Run

./gitsum -author authorNameContent -in /path/to/original/repo -out /path/to/gitsum/repo/to/create

Where

  • authorNameContent is text to match in the git commit author's name,
  • /path/to/original/repo is the path to the root of the repository to summarize, and
  • /path/to/gitsum/repo/to/create is the path to the root of the summary repository to create.