Skip to content

hansmosh/git-relations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-relations

Get number of times two files are in the same git commit.

Install

pip install git-relations

Usage

Call with a filename from anywhere within a git repository.

Prints number of times the given file is in the same commit as another file.

$ git relations <filename>
  3  anotherfile.txt
  3  more.txt
  1  some/other/file

About

Determine related files based on git history

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages