We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01b54cf commit 6077041Copy full SHA for 6077041
README.md
@@ -1,9 +1,8 @@
1
-# git-undo ✨
+# *git undo* 🥐 — a Git plugin that enables Ctrl+Z functionality 💫
2
3
<p align="center">
4
<img src="logo.png" alt="Logo" width="300"/><br>
5
</p>
6
-<h3 align="center">Ctrl+Z for Git commands</h3>
7
8
## 1. `git undo`: one simple command to undo (almost) any Git operation:
9
@@ -61,6 +60,15 @@ cd git-undo
61
60
62
**Requirements:** Git, Go ≥ 1.21, Bash/Zsh
63
+## Suggestions for aliases
64
+
65
+```bash
66
+alias gu="git undo"
67
+alias gub="git back"
68
+alias guu="git undo undo"
69
+alias gul="git undo --log | head"
70
+```
71
72
## Supported commands to be undo-ed:
73
74
| Git Command | How it's undone | Notes |
logo.png
-419 KB
0 commit comments