Skip to content

Commit acbab9c

Browse files
committed
docs(README): update README
update README Signed-off-by: mritd <mritd@linux.com>
1 parent 7d2081d commit acbab9c

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@
55
66
### Starting from the v2.1.1 version, the white theme terminal will be supported, and the white theme color scheme is being adjusted.
77

8-
| | |
9-
|:-------------------------:|:-------------------------:|
10-
|<img width="2500" src="https://user-images.githubusercontent.com/13043245/134647305-a1df0023-972b-48c3-a6bf-668e96094df9.gif"> Install|<img width="2500" src="https://user-images.githubusercontent.com/13043245/134646600-976f01b4-6000-41e7-8389-0d0e761e15c9.gif"> Uninstall|
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||
8+
| | |
9+
|:---------------------------------------------------------------------------------------------------------------------------------------------:|:--------------------------------------------------------------------------------------------------------------------------------------------:|
10+
| <img width="2500" src="https://user-images.githubusercontent.com/13043245/134647305-a1df0023-972b-48c3-a6bf-668e96094df9.gif"> Install | <img width="2500" src="https://user-images.githubusercontent.com/13043245/134646600-976f01b4-6000-41e7-8389-0d0e761e15c9.gif"> Uninstall |
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 ||
1414

1515
## Installation
1616

1717
Just download the latest version from the Release page and execute the `install` command:
1818

1919
```sh
20-
export VERSION='v2.1.0'
20+
export VERSION='v2.1.4'
2121

2222
# download bin file
2323
wget https://github.com/mritd/gitflow-toolkit/releases/download/${VERSION}/gitflow-toolkit_darwin_amd64
@@ -39,17 +39,17 @@ go install github.com/mritd/gitflow-toolkit/v2@latest
3939

4040
## Comands
4141

42-
| cmd | desc |
43-
| --- | --- |
44-
| `git ci` | Enter commit message interactively |
45-
| `git ps` | Push the current branch to the remote |
46-
| `git feat NAME` | Checkout a new branch from the current branch (`feat/NAME`) |
47-
| `git fix NAME` | `git checkout -b fix/NAME` |
48-
| `git hotfix NAME` | `git checkout -b hotfix/NAME` |
49-
| `git docs NAME` | `git checkout -b docs/NAME` |
50-
| `git style NAME` | `git checkout -b style/NAME` |
51-
| `git refactor NAME` | `git checkout -b refactor/NAME` |
52-
| `git chore NAME` | `git checkout -b chore/NAME` |
53-
| `git perf NAME` | `git checkout -b perf/NAME` |
54-
| `git style NAME` | `git checkout -b style/NAME` |
42+
| cmd | desc |
43+
|---------------------|-----------------------------------------------------------|
44+
| `git ci` | Enter commit message interactively |
45+
| `git ps` | Push the current branch to the remote |
46+
| `git feat NAME` | Switch a new branch from the current branch (`feat/NAME`) |
47+
| `git fix NAME` | `git switch -c fix/NAME` |
48+
| `git hotfix NAME` | `git switch -c hotfix/NAME` |
49+
| `git docs NAME` | `git switch -c docs/NAME` |
50+
| `git style NAME` | `git switch -c style/NAME` |
51+
| `git refactor NAME` | `git switch -c refactor/NAME` |
52+
| `git chore NAME` | `git switch -c chore/NAME` |
53+
| `git perf NAME` | `git switch -c perf/NAME` |
54+
| `git style NAME` | `git switch -c style/NAME` |
5555

0 commit comments

Comments
 (0)