Skip to content

Commit fa8c729

Browse files
authored
docs(README): update README.md
1 parent 200f3d2 commit fa8c729

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@
33
> GitFlow Toolkit is a gitflow commit tool written by go, used to standardize the format of git commit message and quickly create gitflow branches,
44
> It should be noted that GitFlow Toolkit currently only supports the generation of the commit message style of the [Angular community specification](https://docs.google.com/document/d/1QrDFcIiPjSLDn3EL15IJygNPiHORgU1_OOAqWjiDU5Y/edit#heading=h.greljkmo14y0).
55
6-
<p align="center">
7-
<img src="https://raw.githubusercontent.com/mritd/gitflow-toolkit/master/gitflow-toolkit.svg?sanitize=true" width="1200" alt="gitflow-toolkit demo">
8-
</p>
6+
### The overall UI has been rewritten since v2.1.0. The current v2.1.0 version is still under development, but it is basically available.
7+
8+
9+
| | |
10+
|:-------------------------:|:-------------------------:|
11+
|<img width="2500" src="https://user-images.githubusercontent.com/13043245/134485491-993ef0cb-7438-4c42-9a2e-16db05503a0b.gif"> Commit Success|<img width="2500" src="https://user-images.githubusercontent.com/13043245/134485537-6375d280-10d2-4475-a834-7d0ad72248aa.gif"> Commit Failed|
12+
|<img width="2500" src="https://user-images.githubusercontent.com/13043245/134485533-3a01d3be-0912-45cb-9e63-d343a7bad847.gif"> Push Success|<img width="2500" src="https://user-images.githubusercontent.com/13043245/134485503-f7de0493-6d2d-403d-aa4d-79a62a83c048.gif"> Push Failed|
13+
|<img width="2500" src="https://user-images.githubusercontent.com/13043245/134485549-5ee7853d-1cc7-4a0f-b083-03514045f8eb.gif"> Create Branch||
914

1015
## Installation
1116

1217
Just download the latest version from the Release page and execute the install command:
1318

1419
```sh
15-
export VERSION='v2.0.0'
20+
export VERSION='v2.1.0'
1621

1722
# download bin file
1823
wget https://github.com/mritd/gitflow-toolkit/releases/download/${VERSION}/gitflow-toolkit_darwin_amd64

0 commit comments

Comments
 (0)