Skip to content

Commit 7bc6452

Browse files
authored
Update README.md
1 parent 26cba48 commit 7bc6452

File tree

1 file changed

+19
-7
lines changed

1 file changed

+19
-7
lines changed

README.md

Lines changed: 19 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
# gitback
22
Makes a backup of all your repositories and gists from GitHub
3-
# install
4-
From Pypi:
53

6-
`python -m pip install gitback`
4+
## Install
75

8-
From GitHub:
6+
### From PyPI
97

10-
`python -m pip install git+https://github.com/donno2048/gitback`
11-
# Usage
12-
```
8+
`pip3 install gitback`
9+
10+
### From GitHub
11+
12+
`pip3 install git+https://github.com/donno2048/gitback`
13+
14+
## Usage
15+
16+
```py
1317
usage: gitback [-h] [-n] [-P] [-s] [-f] [-z] [-q] [-u] [-p] [-r | -g]
1418

1519
Makes a backup of all your repositories and gists from GitHub
@@ -26,3 +30,11 @@ optional arguments:
2630
-r, --repos Backup only repos
2731
-g, --gists Backup only gists
2832
```
33+
34+
### Example
35+
36+
Let's say I want to backup only my gists, and I want a zip file:
37+
38+
```sh
39+
gitback -u donno2048 -g -z
40+
```

0 commit comments

Comments
 (0)