Skip to content
This repository was archived by the owner on Jun 7, 2024. It is now read-only.

Commit fe32170

Browse files
committed
[README] add debug introduction
1 parent 9978cdf commit fe32170

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,32 @@ Before use fgit-go, install `git` by yourself. Add git to env PATH is also **req
2121

2222
Download source code of fgit-go, build and run.
2323

24+
## Extra Syntax
25+
26+
### 1. debug
27+
28+
**SYNTAX:**
29+
30+
```bash
31+
fgit debug [URL<string>] [help]
32+
```
33+
34+
**FUNCTION:**
35+
36+
This command line is for debug. Will provide remote addr, local addr, and connection info.
37+
38+
**EXAMPLE:**
39+
40+
```bash
41+
>fastgit debug
42+
FastGit Debug Tool
43+
==================
44+
Remote Address: https://hub.fastgit.org
45+
IP Address: [x.x.x.x]
46+
Local Address: [x.x.x.x]
47+
Test connection...Success
48+
```
49+
2450
## Difference between fgit
2551

2652
[fgit](https://github.com/fastgitorg/fgit) by @xkeyc only provides clone operation support, but fgit-go provides push and etc.

0 commit comments

Comments
 (0)