{"id":46563520,"url":"https://github.com/codyduong/powershell-git-aliases-plus","last_synced_at":"2026-03-07T06:18:07.535Z","repository":{"id":265778436,"uuid":"620013850","full_name":"codyduong/powershell-git-aliases-plus","owner":"codyduong","description":":octocat: Oh My Zsh's Git aliases for PowerShell.","archived":false,"fork":false,"pushed_at":"2025-01-06T02:45:58.000Z","size":104,"stargazers_count":4,"open_issues_count":23,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-03T20:37:50.948Z","etag":null,"topics":["alias","aliases","git","oh-my-posh","oh-my-zsh","posh","powershell"],"latest_commit_sha":null,"homepage":"https://www.powershellgallery.com/packages/git-aliases-plus/","language":"PowerShell","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/codyduong.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}},"created_at":"2023-03-27T21:25:55.000Z","updated_at":"2025-10-04T21:38:07.000Z","dependencies_parsed_at":"2024-12-15T06:18:14.056Z","dependency_job_id":null,"html_url":"https://github.com/codyduong/powershell-git-aliases-plus","commit_stats":null,"previous_names":["codyduong/powershell-git-aliases-plus"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/codyduong/powershell-git-aliases-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codyduong%2Fpowershell-git-aliases-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codyduong%2Fpowershell-git-aliases-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codyduong%2Fpowershell-git-aliases-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codyduong%2Fpowershell-git-aliases-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codyduong","download_url":"https://codeload.github.com/codyduong/powershell-git-aliases-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codyduong%2Fpowershell-git-aliases-plus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30208908,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T05:23:27.321Z","status":"ssl_error","status_checked_at":"2026-03-07T05:00:17.256Z","response_time":53,"last_error":"SSL_read: 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":["alias","aliases","git","oh-my-posh","oh-my-zsh","posh","powershell"],"created_at":"2026-03-07T06:18:06.902Z","updated_at":"2026-03-07T06:18:07.516Z","avatar_url":"https://github.com/codyduong.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!IMPORTANT]\n\u003e This is a fork of [`gluons/powershell-git-aliases`](https://github.com/gluons/powershell-git-aliases), which lacked regular maintenance. \n\u003e\n\u003e It also tries to be closer to functionality/behavior as the oh-my-zsh git plugin.\n\u003e\n\u003e But it has received some updates\u003csup\u003e[1](#upstream)\u003c/sup\u003e which were merged into this fork.\n\n# Git aliases for PowerShell\n\n[![license](https://img.shields.io/github/license/codyduong/powershell-git-aliases-plus.svg?style=flat-square)](./LICENSE)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/git-aliases-plus.svg?style=flat-square)](https://www.powershellgallery.com/packages/git-aliases-plus/)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/git-aliases-plus.svg?style=flat-square)](https://www.powershellgallery.com/packages/git-aliases-plus/)\n\nA [PowerShell](https://microsoft.com/powershell) module that provide partial **[Git](https://git-scm.com/)** aliases from [Oh My Zsh](https://github.com/robbyrussell/oh-my-zsh)'s [git plugin](https://github.com/robbyrussell/oh-my-zsh/tree/master/plugins/git/).\n\n\u003e ℹ️ This module will replace some built-in PowerShell aliases with our Git aliases to **prevent** [conflict](https://github.com/gluons/powershell-git-aliases/issues?utf8=%E2%9C%93\u0026q=is%3Aissue+label%3Aconflict).\n\n__\u003ca name=\"upstream\"\u003e1\u003c/a\u003e__: Merged [`007452c^..466070f`](https://github.com/gluons/powershell-git-aliases/commits/master/) in [`4adf9d8`](https://github.com/codyduong/powershell-git-aliases-plus/commit/4adf9d873fcb206429501448f3b026e149b8a753)\n\n## ⚙️ Installation\n\nInstall from [PowerShell Gallery](https://www.powershellgallery.com/packages/git-aliases-plus/)\n\n```powershell\nInstall-Module git-aliases-plus -Scope CurrentUser -AllowClobber\n```\n\n---\n\n⚠️ If you haven't allowed script execution policy, set your script execution policy to `RemoteSigned` or `Unrestricted` .\n\n```powershell\nSet-ExecutionPolicy RemoteSigned -Scope CurrentUser\n```\n\n## 🛂 Usage\n\nYou have to import the module to use `git-aliases-plus` .\n\nAdd below command into your PowerShell profile.\n\n```powershell\nImport-Module git-aliases-plus -DisableNameChecking\n```\n\nThen restart your PowerShell.  \nNow you can use Git aliases.\n\n## 🔧 Integrations\n\n### posh-git\n\nSupports autocompletion within [posh-git](https://github.com/dahlbyk/posh-git)\n\nIf you want to enable tab completion enable posh-git's autocompletion for aliases.\nBe aware that if you do want tab completion this way, posh-git **MUST** be imported after\ngit-aliases-plus\n\n```powershell\nImport-Module git-aliases-plus -DisableNameChecking\nImport-Module Posh-Git -arg 0,0,1\n```\n\n### thefuck\n\nThis repository provides a custom [thefuck](https://github.com/nvbn/thefuck) rule which can be used to allow `fuck`\nto work with some aliased commands.\n\nCopy [git-aliases.py](./integrations/thefuck/rules/git-aliases.py) from [integrations/thefuck/rules](./integrations/thefuck/)\ninto `$HOME/.config/thefuck/rules`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodyduong%2Fpowershell-git-aliases-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodyduong%2Fpowershell-git-aliases-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodyduong%2Fpowershell-git-aliases-plus/lists"}