{"id":24380970,"url":"https://github.com/joshaaronlevy/gitbuddy","last_synced_at":"2026-02-28T07:05:03.713Z","repository":{"id":38821591,"uuid":"216636311","full_name":"JoshAaronLevy/gitbuddy","owner":"JoshAaronLevy","description":"GitBuddy is an interactive CLI that provides simple prompts for common git commands. Prompts make it easy to stage a select groups of files, to help build good git habits, or break bad ones. Shorthand options allow you to easily skip through steps. And it returns clean, semantic responses throughout the process.","archived":false,"fork":false,"pushed_at":"2023-07-20T07:04:46.000Z","size":4301,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-10T23:16:24.606Z","etag":null,"topics":["cli","command-line","git","helper","shell","terminal","utility","workflow"],"latest_commit_sha":null,"homepage":"https://app.gitbook.com/@joshaaronlevy/s/gitbuddy/","language":"JavaScript","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/JoshAaronLevy.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}},"created_at":"2019-10-21T18:20:20.000Z","updated_at":"2023-02-27T04:53:43.000Z","dependencies_parsed_at":"2022-08-26T20:02:29.373Z","dependency_job_id":null,"html_url":"https://github.com/JoshAaronLevy/gitbuddy","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshAaronLevy%2Fgitbuddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshAaronLevy%2Fgitbuddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshAaronLevy%2Fgitbuddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JoshAaronLevy%2Fgitbuddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JoshAaronLevy","download_url":"https://codeload.github.com/JoshAaronLevy/gitbuddy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312133,"owners_count":21082638,"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":["cli","command-line","git","helper","shell","terminal","utility","workflow"],"created_at":"2025-01-19T08:32:25.668Z","updated_at":"2026-02-28T07:05:03.683Z","avatar_url":"https://github.com/JoshAaronLevy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitBuddy - Your Git Best Friend\n\nGitBuddy is an interactive CLI that provides simple prompts for common git commands. Prompts make it easy to stage a select groups of files, to help build good git habits, or break bad ones. Shorthand options allow you to easily skip through steps. And it returns clean, semantic responses throughout the process.\n\n## Installation\n\n**To get started, run:**\n\n```bash\nnpm install -g gitbuddy\n```\n\n## Commands\n\n**For the full prompt process:**\n\n```bash\ngitbuddy\n```\n\n## NEW! - Easy Branch Management\n\n## Staging, Committing and Pushing Your Changes\n\n\u003e Step 1/3: Lists all available modified and untracked files to select from. Select one or multiple.\n\n![](https://gitbuddy.s3-us-west-2.amazonaws.com/GitBuddy_Step_1-min.gif)\n\n\u003e Step 2/3: Simply type your commit message.\n\n![](https://gitbuddy.s3-us-west-2.amazonaws.com/GitBuddy_Step_2-min.gif)\n\n\u003e Step 3/3: Confirm whether you want to push your changes to your remote repository or not. GitBuddy even identifies and pushes upstream if your branch doesn't exist in the remote repository yet!\n\n![](https://gitbuddy.s3-us-west-2.amazonaws.com/GitBuddy_Step_3-min.gif)\n\n## Options/Flags\n\n### Add All Flag\n\n**To stage all files (and skip to the commit message prompt), use the `-a` or `-A` flag:**\n\n```bash\ngitbuddy -a\n```\n\n![](https://gitbuddy.s3-us-west-2.amazonaws.com/GitBuddy_Add_Flag-min.gif)\n\n### Auto Push Flag\n\n**To push to your remote repository by default (skipping the last prompt), use the `-p` flag:**\n\n```bash\ngitbuddy -p\n```\n\n![](https://gitbuddy.s3-us-west-2.amazonaws.com/GitBuddy_P_Flag-min.gif)\n\n### Commit Message Option\n\n**To add your commit message (and skip the commit message prompt):**\n\n```bash\ngitbuddy \"Your commit message\"\n```\n\n![](https://gitbuddy.s3-us-west-2.amazonaws.com/GitBuddy_Commit_Flag-min.gif)\n\n### Mix-and-Match Flags/Options\n\n**Mix and match flags/options to initiate only the prompt(s) you want:**\n\ni.e. Add your commit message and -p, and you will only be prompted to select files to stage. GitBuddy does the rest\n\n```bash\ngitbuddy -p \"Your commit message\"\n```\n\n![](https://gitbuddy.s3-us-west-2.amazonaws.com/GitBuddy_Combo_Flags-min.gif)\n\n### All-in-One Command\n\n**Chain all the options together (in no particular order) to add, commit, and push, all in just one command:**\n\n```bash\ngitbuddy -a -p \"Your commit message\"\n```\n\n![](https://gitbuddy.s3-us-west-2.amazonaws.com/GitBuddy_All_Flags-min.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshaaronlevy%2Fgitbuddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshaaronlevy%2Fgitbuddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshaaronlevy%2Fgitbuddy/lists"}