File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Each repo:
65
65
66
66
1 . Cloned into a bare repo using 'git clone --mirror'.
67
67
2 . Exported to a single file using 'git bundle create'.
68
- 3 . Incremented using 'git remote update --prune '.
68
+ 3 . Incremented using 'git fetch remote '.
69
69
70
70
# Install
71
71
@@ -76,7 +76,7 @@ Perquisites:
76
76
* Ubuntu (Should work on any Linux system but not tested).
77
77
78
78
``` bash
79
- $ wget https://github.com/narkisr/octo/releases/download/0.3.1 /octo
79
+ $ wget https://github.com/narkisr/octo/releases/download/0.3.2 /octo
80
80
$ sudo mv octo /usr/local/bin
81
81
```
82
82
Original file line number Diff line number Diff line change 1
- cat bin/stub.sh target/octo-0.3.1 -standalone.jar > target/octo && chmod +x target/octo
1
+ cat bin/stub.sh target/octo-0.3.2 -standalone.jar > target/octo && chmod +x target/octo
2
2
Original file line number Diff line number Diff line change 1
- (defproject octo " 0.3.1 "
1
+ (defproject octo " 0.3.2 "
2
2
:description " Github backup tool"
3
3
:url " https://github.com/narkisr/octo-rewind"
4
4
:license {:name " Apache License, Version 2.0" :url " http://www.apache.org/licenses/LICENSE-2.0.html" }
Original file line number Diff line number Diff line change 10
10
11
11
(timbre/refer-timbre )
12
12
13
- (def version " 0.3.1 " )
13
+ (def version " 0.3.2 " )
14
14
15
15
(defn per-repo [[f {:keys [repos]}]]
16
16
(doseq [{:keys [user org] :as repo} repos]
You can’t perform that action at this time.
0 commit comments