{"id":15525655,"url":"https://github.com/ta-tikoma/console-git-wrapper","last_synced_at":"2026-04-16T10:33:37.170Z","repository":{"id":80380831,"uuid":"156829057","full_name":"ta-tikoma/console-git-wrapper","owner":"ta-tikoma","description":"Symple console git client wrapper","archived":false,"fork":false,"pushed_at":"2025-12-02T05:32:32.000Z","size":175,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-04T23:42:29.760Z","etag":null,"topics":["cli","client","cmd","console","git","git-client","terminal","windows"],"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/ta-tikoma.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-09T07:58:33.000Z","updated_at":"2025-12-02T05:32:36.000Z","dependencies_parsed_at":"2023-06-06T17:15:20.142Z","dependency_job_id":null,"html_url":"https://github.com/ta-tikoma/console-git-wrapper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ta-tikoma/console-git-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ta-tikoma%2Fconsole-git-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ta-tikoma%2Fconsole-git-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ta-tikoma%2Fconsole-git-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ta-tikoma%2Fconsole-git-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ta-tikoma","download_url":"https://codeload.github.com/ta-tikoma/console-git-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ta-tikoma%2Fconsole-git-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882322,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","client","cmd","console","git","git-client","terminal","windows"],"created_at":"2024-10-02T10:59:26.076Z","updated_at":"2026-04-16T10:33:37.150Z","avatar_url":"https://github.com/ta-tikoma.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Console-git-wrapper\r\nSimple console git client wrapper. It script for wrap git commands and quickly exec him.\r\n\r\n![Screenshot](https://github.com/ta-tikoma/console-git-wrapper/raw/master/screenshot.png)\r\n\r\n# Install\r\n1. Clone repository.\r\n2. Add path to repository folder to PATH.\r\n3. Open cmd, go to any repository folder with `.git`.\r\n4. Run command `cgw`.\r\n\r\n# Commands\r\n  \r\n| Short     | Description |\r\n| --- | --- |\r\n| *Base*    | |\r\n| s         | show `s`tatus  |\r\n| c         | `c`ommit all changed files  |\r\n| p         | `p`ush to current branch  |\r\n| cp        | `c`ommit all changed files and `p`ush to current branch  |\r\n| pl        | `p`u`l`l form current branch  |\r\n| f         | `f`etch  |\r\n| ff        | `f`etch `f`orce  |\r\n| *Branch*  | |\r\n| m         | `m`erge selected branch in current  |\r\n| m+        | `m`erge remote branch in current  |\r\n| b         | `b`ranch list |\r\n| b+        |  remote `b`ranch list |\r\n| rnb       | `r`e`n`ame current `b`ranch|\r\n| cb        | `c`hange `b`ranch   |\r\n| cb+       | `c`hange on remote `b`ranch   |\r\n| db        | `d`elete `b`ranch  |\r\n| db+       | `d`elete remote `b`ranch  |\r\n| ab        | `a`dd `b`ranch  |\r\n| bfc       | `b`ranch `f`rom `c`ommit  |\r\n| bh        | current `b`ranch `h`istory|\r\n| bp        | `b`ranch remote `p`rune origin |\r\n| *Commit*  | |\r\n| rc        | `r`evert `c`ommit  |\r\n| *Tag*     | |\r\n| t         | `t`ag list  |\r\n| ftf       | `f`etch `t`ag `f`orce |\r\n| dt        | `d`elete `t`ag  local and remote|\r\n| at        | `a`dd `t`ag on last commit local and remote|\r\n| mt        | re`m`ove `t`ag from old commit and add to current |\r\n| *Other*   | |\r\n| cf        | `c`heckout `f`ile  |\r\n| r         | hard `r`eset branch  |\r\n| *Program* | |\r\n| h         | `h`elp  |\r\n| e         | `e`xit  |\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fta-tikoma%2Fconsole-git-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fta-tikoma%2Fconsole-git-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fta-tikoma%2Fconsole-git-wrapper/lists"}