mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-08 22:25:42 +02:00
21 lines
781 B
XML
21 lines
781 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription>
|
|
git-machete is a robust tool that simplifies your git workflows.
|
|
|
|
The bird's eye view provided by git-machete makes merges/rebases/push/pulls
|
|
hassle-free even when multiple branches are present in the repository
|
|
(master/develop, your topic branches, teammate's branches checked out
|
|
for review, etc.).
|
|
|
|
Using this tool, you can maintain small, focused, easy-to-review pull
|
|
requests with little effort.
|
|
</longdescription>
|
|
<stabilize-allarches/>
|
|
<upstream>
|
|
<remote-id type="github">VirtusLab/git-machete</remote-id>
|
|
<remote-id type="pypi">git-machete</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|