{"id":27443218,"url":"https://github.com/jinseok9338/gitty","last_synced_at":"2026-04-30T14:34:54.660Z","repository":{"id":65628062,"uuid":"569174788","full_name":"jinseok9338/gitty","owner":"jinseok9338","description":"Gitty is a simple git CLI tool that allows you to pull and delete branches you choose ","archived":false,"fork":false,"pushed_at":"2023-02-07T01:07:02.000Z","size":134,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-04-24T05:30:00.981Z","etag":null,"topics":["cargo","git","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jinseok9338.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":"2022-11-22T08:45:49.000Z","updated_at":"2024-04-24T05:30:00.981Z","dependencies_parsed_at":"2023-02-18T21:00:29.628Z","dependency_job_id":null,"html_url":"https://github.com/jinseok9338/gitty","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/jinseok9338%2Fgitty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinseok9338%2Fgitty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinseok9338%2Fgitty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jinseok9338%2Fgitty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jinseok9338","download_url":"https://codeload.github.com/jinseok9338/gitty/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248991539,"owners_count":21194894,"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":["cargo","git","rust"],"created_at":"2025-04-15T01:50:12.565Z","updated_at":"2026-04-30T14:34:49.633Z","avatar_url":"https://github.com/jinseok9338.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitty\n\nGitty is a simple git CLI tool that allows you to \n1. clone the project and pull branches you need out of the gate.\n2. sync with local branches with remote branches that are fetched --all --prune.\n3. delete the branches you don't need anymore.\n\n## Installation\n\nGitty is standard rust project. You can install it with cargo.\n\n```bash\n\ncargo build --release\n\n```\n\n## Configuration\n1. In order to access private repo, you need to provide the auth token in the either your .bashrc or .zshrc file or you can add it to the environment variable.\n\n```bash\n# .bashrc or .zshrc\nexport GITHUB_ACCESS_TOKEN=your_token\n```\n\nthen source your .bashrc or .zshrc file\n\n```bash\n# or .zshrc\nsource ~/.bashrc\n```\n\n## Usage\n### you can can clone the repo to the directory you desire and pull the branches that you can choose from the command prompt\nhttps://user-images.githubusercontent.com/27854958/216049428-6000dbad-23d5-4be3-9d2b-1e4b9d415713.mov\n\n### you can sync with the local branches with remote branches that are fetched with prune, so it will always have the freshest remote branches\nhttps://user-images.githubusercontent.com/27854958/216049920-e559cb46-87c3-42c3-b81a-44cc23be20af.mov\n\n\n### you can delete local branches that you don't need anymore\nhttps://user-images.githubusercontent.com/27854958/216050925-db882257-f6d2-4793-8573-f46c06d72b45.mov\n\n\n\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinseok9338%2Fgitty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjinseok9338%2Fgitty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjinseok9338%2Fgitty/lists"}