{"id":13617315,"url":"https://github.com/gluons/powershell-git-aliases","last_synced_at":"2025-05-15T17:09:10.859Z","repository":{"id":37925635,"uuid":"92927830","full_name":"gluons/powershell-git-aliases","owner":"gluons","description":":octocat: Oh My Zsh's Git aliases for PowerShell.","archived":false,"fork":false,"pushed_at":"2025-03-04T16:00:23.000Z","size":115,"stargazers_count":452,"open_issues_count":11,"forks_count":51,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-07T23:05:46.397Z","etag":null,"topics":["alias","aliases","git","oh-my-zsh","posh","powershell"],"latest_commit_sha":null,"homepage":"https://www.powershellgallery.com/packages/git-aliases/","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/gluons.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":"2017-05-31T09:13:54.000Z","updated_at":"2025-03-31T00:58:42.000Z","dependencies_parsed_at":"2024-01-17T00:19:05.527Z","dependency_job_id":"e873009a-1d21-4b30-b9db-1d2cdcbae01f","html_url":"https://github.com/gluons/powershell-git-aliases","commit_stats":{"total_commits":69,"total_committers":15,"mean_commits":4.6,"dds":"0.21739130434782605","last_synced_commit":"466070f9f080dd4746d6f825eaa2029237ec659a"},"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Fpowershell-git-aliases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Fpowershell-git-aliases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Fpowershell-git-aliases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gluons%2Fpowershell-git-aliases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gluons","download_url":"https://codeload.github.com/gluons/powershell-git-aliases/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254384989,"owners_count":22062422,"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":["alias","aliases","git","oh-my-zsh","posh","powershell"],"created_at":"2024-08-01T20:01:39.882Z","updated_at":"2025-05-15T17:09:05.850Z","avatar_url":"https://github.com/gluons.png","language":"PowerShell","readme":"# Git aliases for PowerShell\n[![license](https://img.shields.io/github/license/gluons/powershell-git-aliases.svg?style=flat-square)](./LICENSE)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/v/git-aliases.svg?style=flat-square)](https://www.powershellgallery.com/packages/git-aliases/)\n[![PowerShell Gallery](https://img.shields.io/powershellgallery/dt/git-aliases.svg?style=flat-square)](https://www.powershellgallery.com/packages/git-aliases/)\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## ⚙️ Installation\n\nInstall from [PowerShell Gallery](https://www.powershellgallery.com/packages/git-aliases/)\n\n```powershell\nInstall-Module git-aliases -Scope CurrentUser -AllowClobber\n```\n\nOr from [Scoop](https://github.com/ScoopInstaller/Extras/blob/master/bucket/git-aliases.json)\n\n```powershell\nscoop bucket add extras\nscoop install git-aliases\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`.\n\nAdd below command into your PowerShell profile.\n\n```powershell\nImport-Module git-aliases -DisableNameChecking\n```\n\nThen restart your PowerShell.  \nNow you can use Git aliases.\n\n---\n\n⚠️ If you don't have PowerShell profile yet, create it with below command!\n\n```powershell\nNew-Item -ItemType File $profile\n```\n","funding_links":[],"categories":["PowerShell"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluons%2Fpowershell-git-aliases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgluons%2Fpowershell-git-aliases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgluons%2Fpowershell-git-aliases/lists"}