You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,8 @@ GitCli has the following commands:
23
23
- clone-branch: same as clone but needs also a branch from the git-repository
24
24
- get-pages: shows the max page in the research
25
25
- info: gets info of the folders inside a git repository
26
-
- 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...)
26
+
- 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...)
27
+
- search-user: search for a specific user
27
28
- navigate: checks a path in the repository
28
29
- check-file: shows the content of a file in the repository
29
30
@@ -55,17 +56,31 @@ GitCli has the following commands:
55
56
56
57
```
57
58
58
-
**query**
59
+
**search-repository**
59
60
60
61
This command shows only the first page
61
62
```
62
-
query postgresql
63
+
search-repository postgresql
63
64
64
65
```
65
66
This command shows the second page (actually each integer is a specific page you want to see)
66
67
67
68
```
68
-
query postgresql 2
69
+
search-repository postgresql 2
70
+
71
+
```
72
+
73
+
**search-user**
74
+
75
+
This command shows only the first page
76
+
```
77
+
search-user johndoe
78
+
79
+
```
80
+
This command shows the second page (actually each integer is a specific page you want to see)
0 commit comments