Skip to content

Commit

Permalink
Add symlink to git-undo
Browse files Browse the repository at this point in the history
The `git` command will run any command named `git-something` in your
`$PATH` when you run `git something`.

Add a `git-undo` symlink to make `ugit` feel more integrated with `git`.

Closes #15
  • Loading branch information
unixorn committed May 19, 2021
1 parent b2d696c commit 3a918f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,13 @@ https://user-images.githubusercontent.com/34342551/117613992-4ddc9300-b185-11eb-

- You did an accidental `git` command you didn't want to.
- You don't want to waste your time searching on _how to undo ..._
- Because ugit is cool
- Because `ugit` is cool

### [Motivations behind writing ugit 🙇‍♂️️](https://bhupesh-v.github.io/undo-your-last-git-mistake-with-ugit)

## What's in the box
`ugit` supports undoing following operations, some are a WIP. If you know of any other operations that can be undone and is not in the list, make sure to send a quick PR 💛️

`ugit`/`git-undo` supports undoing following operations, some are a WIP. If you know of any other operations that can be undone and is not in the list, make sure to send a quick PR 💛️

- [x] Undo `git commit`
- [x] Undo `git add`
Expand Down
1 change: 1 addition & 0 deletions git-undo

0 comments on commit 3a918f4

Please sign in to comment.