Skip to content

Commit 309d3da

Browse files
committed
add logo
1 parent 8e0f7d0 commit 309d3da

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
# git-undo
1+
# git-undo
22

3-
# **Ctrl+Z for Git commands**
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>
47

58
## 1. `git undo`: one simple command to undo (almost) any Git operation:
69

@@ -118,7 +121,7 @@ git undo # deletes branch, returns to previous
118121

119122
Get the version information:
120123
```bash
121-
go install github.com/amberpixels/git-undo/cmd/git-undo@latest
124+
git undo self version # same as git undo version
122125
```
123126

124127
Update to latest version:
@@ -141,4 +144,5 @@ MIT - see [LICENSE](LICENSE) file.
141144

142145
---
143146

144-
**Make Git worry-free.** [⭐ Star this repo](https://github.com/amberpixels/git-undo) if git-undo makes your development workflow better!
147+
**Make Git worry-free!**
148+
[⭐ Star this repo](https://github.com/amberpixels/git-undo) if `git undo` makes your development workflow better!

logo.png

521 KB
Loading

0 commit comments

Comments
 (0)