Skip to content

Commit 866020e

Browse files
committed
Merge branch 'main' of https://github.com/zlj-zz/pigit
2 parents 2140a30 + 21d70b5 commit 866020e

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ tools arguments:
5454
5555
The command of `cmd` support some short sub-command to replace the long git original command.
5656
57-
![demo display](./docs//demo.gif)
57+
![demo display](./docs/resources/demo.gif)
5858
5959
Use `pigit cmd -s` to check what short command it supported, it will display the corresponding help information and the git original command, like this:
6060
@@ -85,9 +85,9 @@ These are short commands that can replace git operations:
8585
8686
The command of `repo` support operate multiple repos at the same time.
8787
88-
![demo display](./docs/demo_repo_1.png)
89-
![demo display](./docs/demo_repo_2.png)
90-
![demo display](./docs/demo_repo_3.png)
88+
![demo display](./docs/resources/demo_repo_1.png)
89+
![demo display](./docs/resources/demo_repo_2.png)
90+
![demo display](./docs/resources/demo_repo_3.png)
9191
9292
Use `pigit repo -h` to get more help.
9393
@@ -120,7 +120,7 @@ Even if you can use short commands instead of long commands of git, there are st
120120
121121
Therefore, we need a TUI to help us, so Pigit provides a simple command-line interactive TUI. When you use `pigit` without following any parameters, you will enter it.
122122
123-
![interaction demo](./docs/demo_interaction.gif)
123+
![interaction demo](./docs/resources/demo_interaction.gif)
124124
125125
And in the interaction mode, you can use `?` or `h` to see the help message.
126126
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)