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
+6-13Lines changed: 6 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,8 @@ java -jar gitCliShell-0.2.1.jar
20
20
21
21
GitCli has the following commands:
22
22
- 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
26
25
- 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
26
- search-user: search for a specific user
28
27
- navigate: checks a path in the repository
@@ -36,23 +35,17 @@ GitCli has the following commands:
0 commit comments