Skip to content

Commit 5c1c6b3

Browse files
Update README.md
1 parent 6e821fc commit 5c1c6b3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GitCli has the following commands:
1010
- clone-branch: same as clone but needs also a branch from the git-repository
1111
- get-pages: shows the max page in the research
1212
- 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
13+
- query: searchs for a git repository given a specific term to search and a number of page (example 1=first page, 2=second page and so on...)
1414

1515
Below you can see some examples on how to use these commands.
1616

@@ -26,24 +26,24 @@ GitCli has the following commands:
2626
clone-branch https://github.com/FrancescoDiSalesDEV/GitCli /home/myuser/newgitcli branchxyz
2727
2828
```
29-
**get-pages:**
29+
**get-pages**
3030

3131
```
3232
get-pages postgresql
3333
3434
```
3535

36-
**info:**
36+
**info**
3737

3838
```
3939
info https://github.com/FrancescoDiSalesDEV/GitCli
4040
4141
```
4242

43-
**query:**
43+
**query**
4444

4545
```
46-
query postgresql
46+
query postgresql 1
4747
4848
```
4949

0 commit comments

Comments
 (0)