Skip to content

Commit a588a00

Browse files
Created readme file
1 parent b0ef817 commit a588a00

1 file changed

Lines changed: 47 additions & 0 deletions

File tree

README.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# GitCli
2+
3+
Navigate github using the terminal emulator
4+
5+
6+
## How to use
7+
8+
GitCli has the following commands:
9+
- clone: clones a git repository given an http URL and a local directory
10+
- clone-branch: same as clone but needs also a branch from the git-repository
11+
- get-pages: shows the max page in the research
12+
- info: gets info of the folders inside a git repository
13+
- query: searchs for a git repository given a specific term to search and a number of page
14+
15+
**clone example:**
16+
17+
```
18+
clone https://github.com/FrancescoDiSalesDEV/GitCli /home/myuser/newgitcli
19+
20+
```
21+
**clone-branch example:**
22+
23+
```
24+
clone-branch https://github.com/FrancescoDiSalesDEV/GitCli /home/myuser/newgitcli branchxyz
25+
26+
```
27+
**get-pages:**
28+
29+
```
30+
get-pages https://github.com/FrancescoDiSalesDEV/GitCli
31+
32+
```
33+
34+
**info:**
35+
36+
```
37+
info https://github.com/FrancescoDiSalesDEV/GitCli
38+
39+
```
40+
41+
**query:**
42+
43+
```
44+
query postgresql
45+
46+
```
47+

0 commit comments

Comments
 (0)