{"id":22475301,"url":"https://github.com/akarzim/zsh-git-flow-aliases","last_synced_at":"2026-02-10T00:31:44.495Z","repository":{"id":140664297,"uuid":"76736607","full_name":"akarzim/zsh-git-flow-aliases","owner":"akarzim","description":"ZSH Git Flow aliases","archived":false,"fork":false,"pushed_at":"2016-12-17T18:03:14.000Z","size":3,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-02T11:53:23.465Z","etag":null,"topics":["git","zsh"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/akarzim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-12-17T17:10:34.000Z","updated_at":"2021-04-27T08:19:03.000Z","dependencies_parsed_at":"2023-04-15T14:32:38.830Z","dependency_job_id":null,"html_url":"https://github.com/akarzim/zsh-git-flow-aliases","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/akarzim/zsh-git-flow-aliases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarzim%2Fzsh-git-flow-aliases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarzim%2Fzsh-git-flow-aliases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarzim%2Fzsh-git-flow-aliases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarzim%2Fzsh-git-flow-aliases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akarzim","download_url":"https://codeload.github.com/akarzim/zsh-git-flow-aliases/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akarzim%2Fzsh-git-flow-aliases/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29287366,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-09T21:57:15.303Z","status":"ssl_error","status_checked_at":"2026-02-09T21:57:11.537Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","zsh"],"created_at":"2024-12-06T13:15:06.286Z","updated_at":"2026-02-10T00:31:44.489Z","avatar_url":"https://github.com/akarzim.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# zsh-git-flow-aliases\n\n[ZSH][1] [Git][2] [Flow][3] aliases which works perfectly with [Prezto][4] [Git module][5].\n\n## How to Install\n\n### With [zplug][6]\n\n```sh\nzplug \"akarzim/zsh-git-flow-aliases\"\n```\n\n## Aliases\n\n  - `gF` is short for `git flow`\n  - `gFi` is short for `git flow init`\n  - `gFc` is short for `git flow config`\n  - `gFl` is short for `git flow log`\n  - `gFv` is short for `git flow version`\n\n### Feature\n\n  - `gFf` is short for `git flow feature`\n  - `gFfl` is short for `git flow feature list`\n  - `gFfs` is short for `git flow feature start`\n  - `gFff` is short for `git flow feature finish`\n  - `gFfp` is short for `git flow feature publish`\n  - `gFft` is short for `git flow feature track`\n  - `gFfd` is short for `git flow feature diff`\n  - `gFfr` is short for `git flow feature rebase`\n  - `gFfc` is short for `git flow feature checkout`\n  - `gFfm` is short for `git flow feature pull`\n  - `gFfx` is short for `git flow feature delete`\n\n### Bugfix\n\n  - `gFb` is short for `git flow bugfix`\n  - `gFbl` is short for `git flow bugfix list`\n  - `gFbs` is short for `git flow bugfix start`\n  - `gFbf` is short for `git flow bugfix finish`\n  - `gFbp` is short for `git flow bugfix publish`\n  - `gFbt` is short for `git flow bugfix track`\n  - `gFbd` is short for `git flow bugfix diff`\n  - `gFbr` is short for `git flow bugfix rebase`\n  - `gFbc` is short for `git flow bugfix checkout`\n  - `gFbm` is short for `git flow bugfix pull`\n  - `gFbx` is short for `git flow bugfix delete`\n\n### Release\n\n  - `gFr` is short for `git flow release`\n  - `gFrl` is short for `git flow release list`\n  - `gFrs` is short for `git flow release start`\n  - `gFrf` is short for `git flow release finish`\n  - `gFrp` is short for `git flow release publish`\n  - `gFrt` is short for `git flow release track`\n  - `gFrd` is short for `git flow release diff`\n  - `gFrr` is short for `git flow release rebase`\n  - `gFrc` is short for `git flow release checkout`\n  - `gFrm` is short for `git flow release pull`\n  - `gFrx` is short for `git flow release delete`\n\n### Hotfix\n\n  - `gFh` is short for `git flow hotfix`\n  - `gFhl` is short for `git flow hotfix list`\n  - `gFhs` is short for `git flow hotfix start`\n  - `gFhf` is short for `git flow hotfix finish`\n  - `gFhp` is short for `git flow hotfix publish`\n  - `gFht` is short for `git flow hotfix track`\n  - `gFhd` is short for `git flow hotfix diff`\n  - `gFhr` is short for `git flow hotfix rebase`\n  - `gFhc` is short for `git flow hotfix checkout`\n  - `gFhm` is short for `git flow hotfix pull`\n  - `gFhx` is short for `git flow hotfix delete`\n\n### Support\n\n  - `gFs` is short for `git flow support`\n  - `gFsl` is short for `git flow support list`\n  - `gFss` is short for `git flow support start`\n  - `gFsf` is short for `git flow support finish`\n  - `gFsp` is short for `git flow support publish`\n  - `gFst` is short for `git flow support track`\n  - `gFsd` is short for `git flow support diff`\n  - `gFsr` is short for `git flow support rebase`\n  - `gFsc` is short for `git flow support checkout`\n  - `gFsm` is short for `git flow support pull`\n  - `gFsx` is short for `git flow support delete`\n\n## Author\n\n*The author of this module should be contacted via the [issue tracker][7].*\n\n  - [François Vantomme](https://github.com/akarzim)\n\n[1]: http://www.zsh.org\n[2]: https://git-scm.com\n[3]: https://github.com/nvie/gitflow\n[4]: https://github.com/sorin-ionescu/prezto\n[5]: https://github.com/sorin-ionescu/prezto/tree/master/modules/git\n[6]: https://github.com/zplug/zplug\n[7]: https://github.com/akarzim/zsh-docker-aliases/issues\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakarzim%2Fzsh-git-flow-aliases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakarzim%2Fzsh-git-flow-aliases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakarzim%2Fzsh-git-flow-aliases/lists"}