diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-18 17:26:48 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-18 17:26:48 +0000 |
commit | 7fbf05e2a0725a01d1baabf58d3e9cecca1f28f0 (patch) | |
tree | 2f9150e80e607835ed03604e1883a64f53da607f /README.md | |
parent | Adding upstream version 0.15.7. (diff) | |
download | gita-7fbf05e2a0725a01d1baabf58d3e9cecca1f28f0.tar.xz gita-7fbf05e2a0725a01d1baabf58d3e9cecca1f28f0.zip |
Adding upstream version 0.15.8.upstream/0.15.8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -361,6 +361,13 @@ Thus the installed git version may matter. I have git `1.8.3.1`, `2.17.2`, and `2.20.1` on my machines, and their results agree. +## tips + +effect | shell command +---|--- +enter `<repo>` directory|`` cd `gita ls <repo>` `` +delete repos in `<group>` | `gita group ll <group> \| xargs gita rm` + ## Contributing To contribute, you can |