{"id":35038954,"url":"https://github.com/aakashvaa/git-helper","last_synced_at":"2026-05-06T09:31:34.770Z","repository":{"id":225827333,"uuid":"765734272","full_name":"aakashvaa/git-helper","owner":"aakashvaa","description":"It reduces the need for repetitive git commands for adding, committing, and pushing changes on remote repository","archived":false,"fork":false,"pushed_at":"2024-07-16T15:51:20.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T07:46:44.026Z","etag":null,"topics":["git","git-helper","github","script"],"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/aakashvaa.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":"2024-03-01T14:09:51.000Z","updated_at":"2024-07-16T15:51:24.000Z","dependencies_parsed_at":"2024-07-16T19:14:05.411Z","dependency_job_id":null,"html_url":"https://github.com/aakashvaa/git-helper","commit_stats":null,"previous_names":["akaashvaa/git-helper","aakashvaa/git-helper"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aakashvaa/git-helper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashvaa%2Fgit-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashvaa%2Fgit-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashvaa%2Fgit-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashvaa%2Fgit-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aakashvaa","download_url":"https://codeload.github.com/aakashvaa/git-helper/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aakashvaa%2Fgit-helper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28075842,"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","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["git","git-helper","github","script"],"created_at":"2025-12-27T08:09:04.456Z","updated_at":"2025-12-27T08:09:08.859Z","avatar_url":"https://github.com/aakashvaa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ghp CLI Tool\n\n## Make sure you are installing it Globally\n\nThis script simplifies git workflow tasks, allowing you to streamline repository creation and commit handling on remote repositories. It reduces the need for repetitive git commands for adding, committing, and pushing changes.\n\n![demo](https://github-production-user-asset-6210df.s3.amazonaws.com/98875003/315122671-03c9edf0-75fb-4830-ae87-e4d03a5bc16a.png?X-Amz-Algorithm=AWS4-HMAC-SHA256\u0026X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240321%2Fus-east-1%2Fs3%2Faws4_request\u0026X-Amz-Date=20240321T065034Z\u0026X-Amz-Expires=300\u0026X-Amz-Signature=ff295659e8c7f414d0d3673aac87621dab78173a7be96fecfa67944fb95deb09\u0026X-Amz-SignedHeaders=host\u0026actor_id=98875003\u0026key_id=0\u0026repo_id=765734272)\n\n## Installation\n\nYou can install this CLI tool globally using npm:\n\n```\nnpm install -g githelper125\n```\n\n## Helper command\n\n```\nghp --help\n```\n\n## Version command\n\n```\nghp -V or ghp --version\n```\n\u003chr /\u003e\n\n## 1. Initiate and Push to the new reposity.\n\n```\nghp YOUR_GITHUB_URL commit_msg(optional)\n```\n## 2. to commit the changes\n\n```\nghp -m YOUR_COMMIT_MSG\n```\n\n## 3. to push the commits\n\n```\nghp -p\n```\n\n## 4. to commit and push the changes.\n\n```\nghp -mp YOUR_COMMIT_MSG\n```\n\n## Now u don't need to use these repetitive commands ❌❌❌\n\n1.\n\n```git init\n  git add .\n  git commit -m 'Initial commit'\n  git remote add origin repository_url\n  git push -u origin master\n```\n\n2.\n\n```\n    git add .\n    git commit -m \"commit message\"\n    git push origin main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashvaa%2Fgit-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faakashvaa%2Fgit-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faakashvaa%2Fgit-helper/lists"}