mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 21:00:27 -04:00
24 lines
886 B
XML
24 lines
886 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription lang="en">
|
|
git-cu helps keep your local git repositories organized by cloning
|
|
them into a directory structure based on their URL.
|
|
|
|
For example, running a regular `git clone` of this repository with
|
|
`git clone https://gitlab.com/3point2/git-cu.git` will create a
|
|
`git-cu` directory inside your current working directory.
|
|
|
|
Using `git cu` instead of `git clone` will create a
|
|
`gitlab.com/3point2/git-cu` directory structure inside your
|
|
current working directory.
|
|
|
|
cu is short for "clone URL", pronounced "see you".
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="gitlab">3point2/git-cu</remote-id>
|
|
<remote-id type="pypi">git-cu</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|