mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-10 21:00:27 -04:00
32 lines
1.3 KiB
XML
32 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>lssndrbarbieri@gmail.com</email>
|
|
<name>Alessandro Barbieri</name>
|
|
</maintainer>
|
|
<upstream>
|
|
<bugs-to>https://github.com/chriswalz/bit</bugs-to>
|
|
<remote-id type="github">chriswalz/bit</remote-id>
|
|
</upstream>
|
|
<longdescription lang="en">
|
|
bit is an experimental modernized git CLI built on top of git that provides happy defaults and other niceties:
|
|
|
|
command and flag suggestions to help you navigate the plethora of options git provides you
|
|
autocompletion for files and branch names when using bit add or bit checkout
|
|
automatic fetch and branch fast-forwarding reducing the likelihood of merge conflicts
|
|
suggestions work with git aliases
|
|
new commands like bit sync that vastly simplify your workflow
|
|
commands from git-extras such as bit release and bit info
|
|
fully compatible with git allowing you to fallback to git if need be.
|
|
get insight into how bit works using bit --debug.
|
|
--- New ---
|
|
|
|
bit pr view and checkout pull requests from Github (Requires GitHub CLI)
|
|
easily update bit using bit update
|
|
single binary
|
|
much more suggestions available! (Roughly 10x more)
|
|
Interactive prompt with env variable: BIT_INTERACTIVE=true
|
|
</longdescription>
|
|
</pkgmetadata>
|