We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a588a00 commit f09258fCopy full SHA for f09258f
1 file changed
README.md
@@ -12,13 +12,15 @@ GitCli has the following commands:
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:**
+ Above you can see some examples on how to use these commands.
16
+
17
+ **clone**
18
19
```
20
clone https://github.com/FrancescoDiSalesDEV/GitCli /home/myuser/newgitcli
21
22
- **clone-branch example:**
23
+ **clone-branch**
24
25
26
clone-branch https://github.com/FrancescoDiSalesDEV/GitCli /home/myuser/newgitcli branchxyz
0 commit comments