aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 54b12f207884da168e387ca6b737e383fec06d7b (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
Acme interface for git

# Features

- Right clicking on commit hashes shows the diffs
- Easy access to common commands like git add, git commit, git push

# Requirements

- [Go](https://go.dev)
- [editinacme](https://pkg.go.dev/9fans.net/go/acme/editinacme) to edit commit messages

# Installation

```sh
$ go install git.marioforzanini.com/Git.git@latest
```

# Todo

- Add more git commands
- Documentation

# License

The code is released under GPLv3 or later, see <./LICENSE> file.