Skip to content

hankchanocd/git-overview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

git-overview    GitHub tag (latest SemVer) Build Status Commitizen friendly Github issues CodeFactor

A quick git repository insight at terminal

demo

Based on git-extras, git-recent, and git-stats, git overview presents all git stats summary you need at terminal, helping you quickly orient with the repository.

It shows you all the info at one glance:

Install

Clone the repo, and run npm run transfer to transfer ./git-overview to ~/bin, or manually invoke ./script/transfer.sh if you are not familiar with npm.

If you have a more desired PATH for storing scripts, configure ./script/transfer.sh directly or ignore transfer instructions.

Requirements

Make sure git-extras, git-recent, and git-stats are installed globally. You don't have to install them all, since git overview is smart enough to forgo the uninstalled commands. But many git overview's features rely on the statistics these three provide.

Usage

$ git overview

git overview is adaptable to large repos. While features like git summary shows more contributors' info in large repos, features like git effort that traverse the whole .git/ are turned off to avoid long hanging.

Changelog

2018-Nov-8: v1 published.

2018-Nov-9: Use commitizen to standardize commit process.

2018-Nov-11: Use ghooks to automate file transfer to ~/bin.

2018-Nov-14: Add git-recent.

Others

See Dotfiles for my other works on git.

See git-stack - Compare against master branch with fzf.

See git-commands - Fuzzy search git commands with help.

License

MIT

About

A quick git repository insight at terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages