ugit
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.
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: *...
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...
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
ugit should include a series of demo files walking thru common git scenarios from the perspective of a git newbie.