{"id":30788652,"url":"https://github.com/nikuscs/gitnoob","last_synced_at":"2025-09-05T13:50:52.944Z","repository":{"id":306510188,"uuid":"1021612707","full_name":"nikuscs/gitnoob","owner":"nikuscs","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-18T12:55:06.000Z","size":43,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-01T07:34:22.514Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/nikuscs.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}},"created_at":"2025-07-17T17:01:27.000Z","updated_at":"2025-08-18T12:55:09.000Z","dependencies_parsed_at":"2025-07-26T05:51:37.683Z","dependency_job_id":"efbe26a1-4182-4af7-b58a-569609b22033","html_url":"https://github.com/nikuscs/gitnoob","commit_stats":null,"previous_names":["nikuscs/gitnoob"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nikuscs/gitnoob","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikuscs%2Fgitnoob","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikuscs%2Fgitnoob/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikuscs%2Fgitnoob/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikuscs%2Fgitnoob/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikuscs","download_url":"https://codeload.github.com/nikuscs/gitnoob/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikuscs%2Fgitnoob/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273767778,"owners_count":25164464,"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-09-05T02:00:09.113Z","response_time":402,"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":[],"created_at":"2025-09-05T13:50:50.282Z","updated_at":"2025-09-05T13:50:52.928Z","avatar_url":"https://github.com/nikuscs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitNoob 🚀\n\nA TypeScript git workflow tool that mimics PhpStorm's git client behavior, making git operations smoother and more intuitive.\n\n## Features ✨\n\n- **Automatic stash management** during branch switching\n- **Safe branch pruning** with confirmation prompts\n- **Seamless integration** with remote tracking branches\n- **PhpStorm-like git workflow** experience\n- **Smart update operations** with rebase/merge options\n\n## Installation 📦\n\n```bash\n# Install globally\nbun install -g gitnoob\n\n# Or build and install locally\nbun run install\n```\n\n## Usage 🛠️\n\n```bash\ngitnoob \u003ccommand\u003e [options]\n```\n\n### Commands\n\n#### `checkout` 🔄\n\nSwitch to a branch with automatic stash management\n\n```bash\ngitnoob checkout \u003cbranch\u003e\ngitnoob checkout develop\n```\n\n#### `prune` 🗑️\n\nRemove local branches that no longer exist on remote\n\n```bash\ngitnoob prune\ngitnoob prune --force  # Force deletion of unmerged branches\n```\n\n#### `update` ⬆️\n\nUpdate current branch from remote (rebase by default)\n\n```bash\ngitnoob update\ngitnoob update --no-rebase  # Use merge instead of rebase\n```\n\n#### `help` ❓\n\nShow help message\n\n```bash\ngitnoob help\n```\n\n## Examples 💡\n\n```bash\n# Switch to develop branch (with automatic stashing)\ngitnoob checkout develop\n\n# Clean up old branches\ngitnoob prune\n\n# Force remove unmerged branches\ngitnoob prune --force\n\n# Update current branch with rebase\ngitnoob update\n\n# Update current branch with merge\ngitnoob update --no-rebase\n```\n\n## Development 🔧\n\n```bash\n# Run in development mode\nbun run dev\n\n# Build binary\nbun run build\n\n# Build platform-specific binaries\nbun run build:binary:linux\nbun run build:binary:macos\n```\n\n## License 📄\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikuscs%2Fgitnoob","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikuscs%2Fgitnoob","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikuscs%2Fgitnoob/lists"}