Skip to content

Commit 5c9326e

Browse files
committed
Make the README prettier
1 parent aade094 commit 5c9326e

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# Dart Git
1+
<p align="center">
2+
<img width="300" height="auto" src="https://raw.githubusercontent.com/GitJournal/dart_git/master/assets/logo.png">
3+
<h1>DartGit</h1>
4+
</p>
25

3-
![DartGit](https://raw.githubusercontent.com/GitJournal/dart_git/master/assets/logo.png)
6+
<p align="center">
7+
<a href="https://github.com/GitJournal/dart_git/actions"><img alt="Build Status" src="https://github.com/GitJournal/dart_git/workflows/Dart%20CI/badge.svg"/></a>
8+
<a href="https://www.gnu.org/licenses/agpl-3.0"><img alt="License: AGPL v3" src="https://img.shields.io/badge/License-AGPL%20v3-blue.svg"></a>
9+
</p>
410

5-
[![Build Status](https://github.com/GitJournal/dart_git/workflows/Dart%20CI/badge.svg)](https://github.com/GitJournal/dart_git/actions)
6-
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
711

812
This is an experimental reimplementation of Git in pure Dart. The GitJournal project is currently using libgit2, but it's a pain using it - the cross compilation, java ndk bindings + ios bindings. Also, it doesn't let us easily control the FS layer. We eventually want to encrypt the git repo.
913

0 commit comments

Comments
 (0)