{"id":13512398,"url":"https://github.com/simnalamburt/cgitc","last_synced_at":"2025-02-28T14:15:07.849Z","repository":{"id":42575803,"uuid":"48669070","full_name":"simnalamburt/cgitc","owner":"simnalamburt","description":":shipit: Close Git Combat","archived":false,"fork":false,"pushed_at":"2024-08-31T12:04:02.000Z","size":105,"stargazers_count":83,"open_issues_count":5,"forks_count":15,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-21T13:11:29.587Z","etag":null,"topics":["bash","fish","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simnalamburt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2015-12-28T02:13:16.000Z","updated_at":"2024-12-15T13:50:25.000Z","dependencies_parsed_at":"2024-10-27T11:10:46.741Z","dependency_job_id":"bf7c4427-272a-42ce-a05c-5dae65686795","html_url":"https://github.com/simnalamburt/cgitc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2Fcgitc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2Fcgitc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2Fcgitc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simnalamburt%2Fcgitc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simnalamburt","download_url":"https://codeload.github.com/simnalamburt/cgitc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241163579,"owners_count":19920433,"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":["bash","fish","zsh"],"created_at":"2024-08-01T03:01:48.856Z","updated_at":"2025-02-28T14:15:07.827Z","avatar_url":"https://github.com/simnalamburt.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"\u003ch1 align=center\u003e\n  \u003cimg alt=\"Close Git Combat\" src=\"https://simnalamburt.github.io/cgitc/emblem.svg\"\u003e\n\u003c/h1\u003e\n\n**cgitc** is set of useful git aliases for [bash], [zsh] and [fish]. It provides\nprofessional and swift git usage.\n\n```\ng    = git\n\ngst  = git status\ngd   = git diff\ngdca = git diff --cached\ngc   = git commit -v\ngup  = git pull --rebase\nglog = git log --oneline --decorate --color --graph\ngsta = git stash\ngstp = git stash pop\n\n(etc)\n```\n\ncgitc is fork of [oh-my-zsh]'s [git plugin].\n\u003cbr\u003e\u003cbr\u003e\n\nInstallation\n--------\nYou can install cgitc via various plugin managers.\n\n#### Bash\n```bash\ngit clone https://github.com/simnalamburt/cgitc.git --depth=1 ~/.cgitc\ncat \u003c\u003c\u003c 'source ~/.cgitc/init.bash' \u003e\u003e ~/.bashrc\n```\n\n#### Zsh, [zinit]\n```zsh\nzinit light simnalamburt/cgitc\n\n# (Optional) It'll be more useful with zsh-expand-all\nzinit light simnalamburt/zsh-expand-all\n```\n\n#### Fish, [chips]\n```yaml\n# Update your '~/.config/chips/plugin.yaml'\ngithub:\n- simnalamburt/cgitc\n```\n\n#### Fish, [oh-my-fish]\n```fish\nomf install https://github.com/simnalamburt/cgitc\n```\n\n\u003cbr\u003e\n\n--------\n*cgitc* is primarily distributed under the terms of both the [MIT license]\nand the [Apache License (Version 2.0)]. *cgitc emblem* © 2017 [XT]. See\n[COPYRIGHT] for details.\n\n[bash]: https://www.gnu.org/software/bash/\n[zsh]: https://www.zsh.org\n[fish]: https://fishshell.com\n[zinit]: https://github.com/zdharma/zinit\n[chips]: https://github.com/xtendo-org/chips\n[oh-my-fish]: https://github.com/oh-my-fish/oh-my-fish\n[oh-my-zsh]: http://ohmyz.sh\n[git plugin]: https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/git/git.plugin.zsh\n[MIT license]: LICENSE-MIT\n[Apache License (Version 2.0)]: LICENSE-APACHE\n[COPYRIGHT]: COPYRIGHT\n[XT]: https://e.xtendo.org/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimnalamburt%2Fcgitc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimnalamburt%2Fcgitc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimnalamburt%2Fcgitc/lists"}