├── .gitignore ├── LICENSE.txt ├── README.md ├── git-summary └── screenshot.png /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albenik/git-summary/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albenik/git-summary/HEAD/README.md -------------------------------------------------------------------------------- /git-summary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albenik/git-summary/HEAD/git-summary -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/albenik/git-summary/HEAD/screenshot.png --------------------------------------------------------------------------------