{"id":13626269,"url":"https://github.com/albenik/git-summary","last_synced_at":"2025-12-30T03:33:39.168Z","repository":{"id":68523226,"uuid":"107097483","full_name":"albenik/git-summary","owner":"albenik","description":"Checks what repos has been changed in your workspace.","archived":false,"fork":false,"pushed_at":"2019-10-21T10:18:24.000Z","size":88,"stargazers_count":12,"open_issues_count":1,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-02T22:23:19.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albenik.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-10-16T08:08:53.000Z","updated_at":"2023-02-20T20:35:05.000Z","dependencies_parsed_at":"2023-06-25T23:49:09.488Z","dependency_job_id":null,"html_url":"https://github.com/albenik/git-summary","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albenik%2Fgit-summary","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albenik%2Fgit-summary/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albenik%2Fgit-summary/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albenik%2Fgit-summary/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albenik","download_url":"https://codeload.github.com/albenik/git-summary/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223716478,"owners_count":17191053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-01T21:02:14.330Z","updated_at":"2025-12-30T03:33:39.127Z","avatar_url":"https://github.com/albenik.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# git-summary\n**If you ever experienced one of the following situations, git-summary is for you.**\n\n* I don't remember where some of my repositories are...\n* Did I forgot to push that commit?\n* Do I have a repo in my system that is outdated?\n* Did someone pushed new commits to `origin/master` in one of my repos?\n* Did I commit that quick change I made before the pizza delivery guy rang my door?\n\ngit-summary is a bash script that will neatly list the current status of any git repos it founds within a  directory or your entire system. See the example screenshot below:\n\n\u003cimg src=\"screenshot.png\" width=\"60%\"\u003e\n\n## Requirements\n**Currently supported operating systems:** Linux, MacOS and Cygwin\n\n### Linux\n* `sudo apt-get install gawk`\n\n### MacOS\n* `brew install coreutils`\n\n## Installation\n### Via aliasing\nClone this repo and alias the script. To do so, add the following line to `~\\.bashrc`:\n\n```\nalias git-summary='\u003cPATH\u003e/git-summary/git-summary'\n```\n\n\u003e `\u003cPATH\u003e` is the path to the cloned repo. Don't worry, if you ever forget where you cloned this repo, you will be able to easily find it with `git-summary` :wink:\n\n### Via executable lookup\nCopy `git-summary` in `/usr/local/bin`.\n\n## Usage\nGeneral usage:\n\n```\ngit-summary [options] path\n```\n\n`path` is optional and the current directory will be used if left blank.\n\n### Options\n* **-h**: Print help and exit.\n* **-l**: Local summary lookup. Checks only local changes which is faster as there is no need to fetch the remote.\n* **-d**: Deep lookup. Look for any git repos within the entire current directory tree. Can be slowish for large trees.\n* **-q**: Quiet mode. Only print outdated repos.\n\n## Branch status\nCurrently, `git-summary` does not list multiple branches per repo. However, for single repos [`git-branch-status`](https://github.com/bill-auger/git-branch-status) does this beautifully.\n\n## Credits\nA big thanks :metal: to the amazing people that contributed to the original versions of `git-summary`:\n\n* **Forked from** [lordadamson](https://github.com/lordadamson/git-summary)\n* [mzabriskie](https://github.com/mzabriskie) (Posted the original idea [here](https://gist.github.com/mzabriskie/6631607))\n* [CycleMost](https://github.com/CycleMost)\n* [lmj0011](https://github.com/lmj0011)\n* [gimbo](https://github.com/gimbo)\n* [zartc](https://github.com/zartc)\n\nAdditional thanks go to:\n* [ruricolist](https://github.com/ruricolist) - Cygwin support and quiet mode.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbenik%2Fgit-summary","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbenik%2Fgit-summary","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbenik%2Fgit-summary/lists"}