You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ tools arguments:
54
54
55
55
The command of `cmd` support some short sub-command to replace the long git original command.
56
56
57
-

57
+

58
58
59
59
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:
60
60
@@ -85,9 +85,9 @@ These are short commands that can replace git operations:
85
85
86
86
The command of `repo` support operate multiple repos at the same time.
87
87
88
-

89
-

90
-

88
+

89
+

90
+

91
91
92
92
Use `pigit repo -h` to get more help.
93
93
@@ -120,7 +120,7 @@ Even if you can use short commands instead of long commands of git, there are st
120
120
121
121
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.
0 commit comments