File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff 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
6668query 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+ ```
You can’t perform that action at this time.
0 commit comments