ugit

0.4.6

ugit: git, updated with PowerShell

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name ugit

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name ugit

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

2022-2026 Start-Automating

Package Details

Author(s)

  • James Brundage

Tags

PowerShell git

Functions

Get-UGitExtension Use-Git Out-Git Get-GitFunction

Dependencies

This module has no dependencies.

Release Notes

# ugit

* [Repo](https://github.com/StartAutomating/ugit)
* [Issues](https://github.com/StartAutomating/ugit/issues)
* [Discussions](https://github.com/StartAutomating/ugit/discussions/)
* [Website](https://ugit.start-automating.com/)

## ugit 0.4.6:

* Git Functions Support! (#259)
 * Any function or alias named git.* will be considered a git function
 * git functions can be run in ugit implicitly (i.e. `git functions`)
 * git functions can have parameters, accept arguments, and bind from the pipeline.
 * We can get git functions with `Get-GitFunction` (#352)  
* `git worktree list` support (#347)
* git status improvement (#341)
 * Adding color ( Thanks @derekthecool !)
 * Using Green for staged, Red for unstaged, Yellow for Untracked.
* Container Changes
 * Fixing requirements (#348)
 * Using DotNet SDK as base (#349)
* Workflow updates (#350)
 * Updating upload-artifact
 * Removing PSA from build
* Minor Updates
 * `ugit.Piecemeal.ps1` now #requires Piecemeal (#344, Thanks @ninmonkey !)
 * Community Guides (#329,#330,#331)

---

Additional Changes in [Changelog](https://github.com/StartAutomating/ugit/blob/main/CHANGELOG.md)

FileList

Version History

Version Downloads Last updated
0.4.6 (current version) 0 5/20/2026
0.4.5.1 39,860 12/7/2024
0.4.5 1,664 10/16/2024
0.4.4 40,262 4/16/2024
0.4.3 9,875 2/28/2024
0.4.2 4,339 11/4/2023
0.4.1 393 10/5/2023
0.4 3,513 5/14/2023
0.3.9 548 4/24/2023
0.3.8 778 3/29/2023
0.3.7 228 3/9/2023
0.3.6 150 2/8/2023
0.3.5 9 2/5/2023
0.3.4 10 1/28/2023
0.3.3 22 1/18/2023
0.3.2 159 11/29/2022
0.3.1 41 10/30/2022
0.3 49 10/13/2022
0.2.9 26 10/1/2022
0.2.8 52 8/13/2022
0.2.7 38 7/29/2022
0.2.6 27 7/24/2022
0.2.5 30 7/18/2022
0.2.4 15 7/16/2022
0.2.3 27 7/7/2022
0.2.2 26 6/29/2022
0.2.1 16 6/25/2022
0.2.0 13 6/25/2022
0.1.9.1 23 6/8/2022
0.1.9 35 4/25/2022
0.1.8 20 4/12/2022
0.1.7 17 4/10/2022
0.1.6 14 4/9/2022
0.1.5 16 4/4/2022
0.1.4 21 3/26/2022
0.1.3 15 3/25/2022
0.1.2 18 3/22/2022
0.1.1 14 3/21/2022
0.1 16 3/20/2022
Show more