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

Commit

Permalink
[README] add debug introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinZonda committed May 23, 2020
1 parent 9978cdf commit fe32170
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,32 @@ Before use fgit-go, install `git` by yourself. Add git to env PATH is also **req

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

## Extra Syntax

### 1. debug

**SYNTAX:**

```bash
fgit debug [URL<string>] [help]
```

**FUNCTION:**

This command line is for debug. Will provide remote addr, local addr, and connection info.

**EXAMPLE:**

```bash
>fastgit debug
FastGit Debug Tool
==================
Remote Address: https://hub.fastgit.org
IP Address: [x.x.x.x]
Local Address: [x.x.x.x]
Test connection...Success
```

## Difference between fgit

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

0 comments on commit fe32170

Please sign in to comment.