Add logo to README.md

This commit is contained in:
Twarit Waikar
2022-08-07 17:27:11 +05:30
committed by GitHub
parent 92a82dc293
commit 49866fc60d

View File

@@ -1,8 +1,10 @@
[![C/C++ CI](https://github.com/godotengine/godot-git-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/godotengine/godot-git-plugin/actions/workflows/build.yml)
# GDNative Based Git Plugin for Godot Version Control Editor Plugin
<img src="/icon.png" width="25%" />
Git implementation of the Godot Engine VCS interface in Godot. We use [libgit2](https://libgit2.org) as our backend to simulate Git in code.
# Godot Git Plugin
Git implementation of the Godot Engine VCS interface using GDNative in Godot. We use [libgit2](https://libgit2.org) as our backend to simulate Git in code.
> Supported in Godot 3.5.x. Look for other branches for support in other Godot releases.