mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 04:23:16 -04:00
dev-vcs/bit: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
31
dev-vcs/bit/metadata.xml
Normal file
31
dev-vcs/bit/metadata.xml
Normal file
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://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>
|
||||
Reference in New Issue
Block a user