ugit icon indicating copy to clipboard operation
ugit copied to clipboard

🚨️ ugit helps undo git commands. Your damage control git buddy. Undo from 20+ git scenarios.

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

**Describe the bug** When the commit to undo is the initial commit, there is no `HEAD~`, so undoing this commit results in the following error: ```sh $ ugit fatal: ambiguous...

bug
beginner
up for grabs

### What happened? 1. Install iTerm2 3.5.0beta6 2. Run `ugit` 3. This happens: https://gitlab.com/gnachman/iterm2/-/issues/10510 The 24-bit color SGR code is missing a CSI leader, causing part of the sequence to...

bug

**Describe the bug** If you have `git-extras` installed that [has a `git-undo` command](https://github.com/unixorn/git-extra-commands/blob/main/bin/git-undo), ugit can conflict with it. E.g.: This is what I get when I try to install ugit...

bug
documentation
good first issue
beginner
up for grabs

priority: medium
packaging
intermediate
platform: Linux

The goal is to catch any command that exists with an exit code of 1. And display a prompt or URL to ugit's issues so that users can report the...

enhancement
intermediate

**Is your feature request related to a problem? Please describe.** Support for undoing `git rm` doesn't exist yet. **Describe the solution you'd like** this is straightforward, ref the following links:...

enhancement
beginner
undo-git-command
up for grabs

I have a color issue in iTerm, tried different settings/profiles, could not get it work, on the default terminal macos app it works ok, so it's something related to iterm...

bug
platform: macos

Ever wrote tests for a script? We need to use [bats](https://github.com/bats-core/bats-core) Check out [projects using bats for examples](https://github.com/bats-core/bats-core/wiki/Projects-Using-Bats) Since this is a weird use case, we need to figure out...

help wanted
advanced
requires-research

ugit should work on Windows considering we have either git bash installed or WSL working with the FZF binary. It would be nice to have docs to install ugit the...

documentation
help wanted
platform: windows
priority: high
up for grabs
intermediate

**Describe the bug** The command `git fsck` will return no data if there are no unreachable commits in history. ![wat](https://user-images.githubusercontent.com/34342551/165538247-36893827-f301-42ef-8a5e-6e0e1e325722.png) **To Reproduce** - Create a new git repo - Stash...

bug
beginner
up for grabs