We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb238f commit beab744Copy full SHA for beab744
README.md
@@ -2,8 +2,21 @@
2
3
Navigate github using the terminal emulator
4
5
+## How to build
6
+execute this command in your terminal:
7
+ ```
8
+mvn package -Dmaven.test.skip=true
9
+
10
11
+after that the jar file should be in the target folder.
12
13
+## How to use it
14
-## How to use
15
+launch the jar by doing:
16
17
+java -jar githubterminal-0.0.1-SNAPSHOT.jar
18
19
20
21
GitCli has the following commands:
22
- clone: clones a git repository given an http URL and a local directory
0 commit comments