ugit

0.4.3

ugit: Updated Git.  Git gets better with PowerShell and the Object Pipeline.

ugit is a powerful PowerShell wrapper for git that lets you extend git, automate multiple repos, and use the object pipeline.

Installation Options

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

Install-Module -Name ugit -RequiredVersion 0.4.3

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

Install-PSResource -Name ugit -Version 0.4.3

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-2024 Start-Automating

Package Details

Author(s)

  • James Brundage

Tags

PowerShell git

Dependencies

This module has no dependencies.

Release Notes

## ugit 0.4.3:

* Cloning Improvements:
   * git clone -Depth (#219)
   * git clone -Sparse (#220)
   * git clone -NoCheckout (#221)
   * git clone -Since (#224)
   * git clone -Nothing (#229)
   * git clone now handles gitless urls (#223)
* Commit Improvements:
   * Conventional Commit Support
   * Improving git commit -Type tab completion (#197)
   * git commit -Title will become description if -Type is passed (#225)
   * git.Conventional.Commit pseudotype (#250,#251,#252, #253, #254)  
   * git commit -Fix (#226)
   * git commit -Reference (#227)
* Decorating errors and output for better experience (#228)
* Adding some helpful script properties:
   * git.output.NotGitCommand (#236)
   * git.merge.error.Conflict (#235)  
   * git.pull.error.Conflict (#234)
   * git.error.UnknownRevision (#232)  
* Fixes:
   * Improving Use-Git dynamic alias support (#231)
* Consolidating Repo structure (#240, #241, #242, #243)
* Module Improvements:
   * Exporting `$ugit` (#247)
   * Mounting module to `ugit:` (#246)
   * Mounting `$home/Myugit` to `Myugit:` (if present) (#246)

---

Additional Changes in [Changelog](/CHANGELOG.md)
Like It?  Start It.  Love It?  Support It.
https://github.com/StartAutomating/ugit

FileList

Version History

Version Downloads Last updated
0.4.4 2,149 4/16/2024
0.4.3 (current version) 9,871 2/28/2024
0.4.2 4,335 11/4/2023
0.4.1 391 10/5/2023
0.4 3,509 5/14/2023
0.3.9 546 4/24/2023
0.3.8 776 3/29/2023
0.3.7 226 3/9/2023
0.3.6 148 2/8/2023
0.3.5 6 2/5/2023
0.3.4 8 1/28/2023
0.3.3 20 1/18/2023
0.3.2 156 11/29/2022
0.3.1 39 10/30/2022
0.3 46 10/13/2022
0.2.9 24 10/1/2022
0.2.8 50 8/13/2022
0.2.7 35 7/29/2022
0.2.6 24 7/24/2022
0.2.5 28 7/18/2022
0.2.4 12 7/16/2022
0.2.3 25 7/7/2022
0.2.2 24 6/29/2022
0.2.1 13 6/25/2022
0.2.0 11 6/25/2022
0.1.9.1 21 6/8/2022
0.1.9 33 4/25/2022
0.1.8 17 4/12/2022
0.1.7 14 4/10/2022
0.1.6 11 4/9/2022
0.1.5 13 4/4/2022
0.1.4 18 3/26/2022
0.1.3 13 3/25/2022
0.1.2 16 3/22/2022
0.1.1 12 3/21/2022
0.1 12 3/20/2022
Show more