Skip to content

jrs526/git-audit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

git audit

A simple tool for comparing branches.

Goal

Answer the question: "What is in this branch that is not in that branch?"

Usage

git audit "this branch" "that branch"

Install

mkdir -p ~/bin/
git clone git@github.com:jrs526/git-audit.git ~/git-audit
git config --global alias.audit '!~/git-audit/git-audit.py'

About

A simple tool for comparing branches.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages