Skip to content

Commit 79c7fc0

Browse files
Update README.md
1 parent b28f428 commit 79c7fc0

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

README.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ java -jar gitCliShell-0.2.1.jar
2020

2121
GitCli has the following commands:
2222
- clone: clones a git repository given an http URL and a local directory
23-
- clone-branch: same as clone but needs also a branch from the git-repository
24-
- get-pages: shows the max page in the research
25-
- info: gets info of the folders inside a git repository
23+
- info-repository: gets info of the folders inside a git repository
24+
- info-user: gets info of a specific user
2625
- search-repository: 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...)
2726
- search-user: search for a specific user
2827
- navigate: checks a path in the repository
@@ -36,23 +35,17 @@ GitCli has the following commands:
3635
clone https://github.com/FrancescoDiSalesDEV/GitCli /home/myuser/newgitcli
3736
3837
```
39-
**clone-branch**
4038

41-
```
42-
clone-branch https://github.com/FrancescoDiSalesDEV/GitCli /home/myuser/newgitcli branchxyz
43-
44-
```
45-
**get-pages**
39+
**info-repository**
4640

4741
```
48-
get-pages postgresql
42+
info-repository https://github.com/FrancescoDiSalesDEV/GitCli
4943
5044
```
51-
52-
**info**
45+
**info-user**
5346

5447
```
55-
info https://github.com/FrancescoDiSalesDEV/GitCli
48+
info-user FrancescoDiSalesDEV
5649
5750
```
5851

0 commit comments

Comments
 (0)