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