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

Commit ec054da

Browse files
authored
[README] add readme
1 parent 793b4bc commit ec054da

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# fgit-go
2+
3+
Command line to do git operation with FastGit.
4+
5+
## What works
6+
7+
- Clone
8+
*git clone GITHUB_URL* command had been tested in Windows 10(build 1809)
9+
10+
- Stdout/stderr
11+
Real-time display has been tested in Windows 10(build 1809)
12+
13+
## Preparation
14+
15+
Before use fgit-go, install git by yourself. Add git to env PATH is also required.
16+
17+
Download source code of fgit-go, build and run.
18+
19+
## Difference between fgit
20+
21+
[fgit](https://github.com/fastgitorg/fgit) by @xkeyc only provides clone operation support, but fgit-go provides push and etc.
22+
23+
And, fgit-go is cross-platform.
24+
25+
## How does fgit-go work
26+
27+
To clone, fgit-go just replaces url to FastGit url.
28+
29+
To push, fgit-go modifies .git config temporarily.

0 commit comments

Comments
 (0)