File tree Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Expand file tree Collapse file tree 1 file changed +19
-7
lines changed Original file line number Diff line number Diff line change 11# gitback
22Makes 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
1317usage: gitback [- h] [- n] [- P] [- s] [- f] [- z] [- q] [- u] [- p] [- r | - g]
1418
1519Makes 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+ ```
You can’t perform that action at this time.
0 commit comments