{"id":18713692,"url":"https://github.com/moliva/git-utils","last_synced_at":"2025-04-12T12:05:54.959Z","repository":{"id":92384508,"uuid":"97522711","full_name":"moliva/git-utils","owner":"moliva","description":"A set of git util commands for the man's pocket and the lady's purse.","archived":false,"fork":false,"pushed_at":"2019-06-06T20:20:48.000Z","size":814,"stargazers_count":16,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T22:02:08.796Z","etag":null,"topics":["git","utilities"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/moliva.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-17T21:11:52.000Z","updated_at":"2023-10-25T17:15:34.000Z","dependencies_parsed_at":"2023-05-17T02:15:44.039Z","dependency_job_id":null,"html_url":"https://github.com/moliva/git-utils","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/moliva%2Fgit-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moliva%2Fgit-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moliva%2Fgit-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moliva%2Fgit-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moliva","download_url":"https://codeload.github.com/moliva/git-utils/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248565060,"owners_count":21125415,"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":["git","utilities"],"created_at":"2024-11-07T12:49:53.423Z","updated_at":"2025-04-12T12:05:54.938Z","avatar_url":"https://github.com/moliva.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-utils\nA set of git util commands _for the man's pocket and the lady's purse_.\n## Usage\n\n### review\n\n![git review usage](resources/git-review-usage.gif \"git review usage\")\n\nIn your local repo just type\n```bash\ngit review # git review -u | --untracked to include untracked files\n```\nAnd one by one the diffs will be shown for each tracked file.\nMake sure you got everything right for the current file and type either:\n* `a` To add the current file to staging area\n* `q` To quit the current diff and skip to the next one\n* `Q` To quit the current diff and go back to the previous one\n* `i` To ignore the remaining files and go back to the command line interface\n* `o` To reset changes for the current file\n\nNow everything you've got to do is `commit` and `push` what's already staged. :neckbeard:\n\nMore options:\n* `-u, --untracked` Adds untracked files to the files being reviewed as if adding with git add -N\n* `-s, --status` Prints git status after the changes are finished been reviewed\n* `-c, --commit` Prompts the user to write a commit message and commits the current staging after the review is done\n\n## Installation\n\n### Using curl\n```bash\nsh -c \"$(curl -fsSL https://raw.github.com/moliva/git-utils/master/scripts/install.sh)\"\n```\nThis will automatically clone this repo into `~/.git-utils` and create a symlink from `/usr/local/bin/git-review`. _Voilà !_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoliva%2Fgit-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoliva%2Fgit-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoliva%2Fgit-utils/lists"}