aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/bit/metadata.xml')
-rw-r--r--dev-vcs/bit/metadata.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/dev-vcs/bit/metadata.xml b/dev-vcs/bit/metadata.xml
new file mode 100644
index 000000000..d11fce667
--- /dev/null
+++ b/dev-vcs/bit/metadata.xml
@@ -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>