File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 1313
1414> github CLI (gh tool)
1515
16- 1-Type ``` snap install gh ``` if you have snap-store
16+ 1-install git cores first :
17+ * >``` sudo apt-get update ```
18+ * >``` sudo apt-get install git-all ```
19+ * >``` git version ```
1720<br >
18- 2-Type ``` gh --version ``` to check it
21+ 2-then install gitCLI, using ``` snap install gh ``` if you have snap-store
22+ <br >
23+ 3-Type ``` gh --version ``` to check it
1924<br >
2025
2126> eg :
@@ -41,6 +46,13 @@ OS: Linux 5.5.0-1parrot1-amd64 amd64
4146```
4247<br >
4348
49+ ``` bash
50+ ┌─[twisted@parrot]─[~/GradleProjects/applicationExample]
51+ └──╼ $git version
52+ git version 2.26.2
53+ ```
54+ <br >
55+
4456``` bash
4557
4658┌─[twisted@parrot]─[~/GradleProjects/training1/lib/build/libs]
@@ -146,3 +158,8 @@ To https://github.com/Scrappers-glitch/CLiJavaApplicationExample.git
146158┌─[twisted@parrot]─[~/GradleProjects/applicationExample]
147159└──╼ $
148160```
161+
162+ $ Ref :
163+
164+ https://gradle.org/install/
165+
You can’t perform that action at this time.
0 commit comments