aboutsummaryrefslogtreecommitdiff
blob: d11fce6672f8fe8708fa67e34072ae0f35f8db39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
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>