Skip to content

Commit 4853f41

Browse files
2 parents 6d57640 + 2b151f0 commit 4853f41

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ GitCli has the following commands:
2424
- get-pages: shows the max page in the research
2525
- info: gets info of the folders inside a git repository
2626
- 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...)
27+
- navigate: checks a path in the repository
28+
- check-file: shows the content of a file in the repository
2729

2830
Below you can see some examples on how to use these commands.
2931

@@ -66,3 +68,19 @@ query postgresql
6668
query postgresql 2
6769
6870
```
71+
72+
**navigate**
73+
74+
Supposing you have already checked the main page of the repository with the info command and you want to check a folder
75+
76+
```
77+
navigate FrancescoDiSalesDEV/GitCliShell/tree/master/.github
78+
79+
```
80+
81+
**check-file**
82+
83+
```
84+
check-file /FrancescoDiSalesDEV/GitCliShell/blob/master/LICENSE
85+
86+
```

0 commit comments

Comments
 (0)