ugit icon indicating copy to clipboard operation
ugit copied to clipboard

Updated Git: A powerful PowerShell wrapper for git that lets you extend git, automate multiple repos, and output git as objects.

Results 79 ugit issues
Sort by recently updated
recently updated
newest added

ugit should support `git config` (since it's already basically objects, and this would be quite useful) This should consist of: * [x] #265

Sparse checkouts are a great way to save time and bandwidth. ugit should support them. Using them correctly spans a few commands, so this will require a few steps: *...

enhancement

The module [posh-git](https://github.com/dahlbyk/posh-git) provides the ability to show the status of the current git repository in the prompt. ```sh # current prompt [17472]\projects\testproject [main +1 ~0 -0 | +5 ~0...

ugit should support functions. It a function is named `git.$nameofcommand`, it should be considered a git function. All punctuation should be treated as spaces. If the git command line matches...

enhancement

I would be great if 'git show' would also be supported by ugit, so that we can get object properties for the different information being returned by git show command....

* [x] Continue to support object output from new scenarios * [x] Integrate ugit into more projects * [x] Hype ugit more

Resolution

ugit should include a series of demo files walking thru common git scenarios from the perspective of a git newbie.

enhancement