Skip to content

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

Notifications You must be signed in to change notification settings

michaelestrin/gitsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Languages