A FOSS Git multiplatform client for newbies and pros
Go to file
Abdelilah El Aissaoui 3ed5f0cc1e Uncommited changes line now show if merging/rebasing
This commit starts not only the rebase support but also manage merges when conflicts appear [WIP]
2021-12-18 04:18:48 +01:00
gradle/wrapper Added dagger dependencies and moved code to package to avoid kapt warnings 2021-10-06 19:05:07 +02:00
src/main Uncommited changes line now show if merging/rebasing 2021-12-18 04:18:48 +01:00
.gitignore Initial commit 2021-09-24 14:25:17 +02:00
build.gradle.kts Renamed package name and included all modules for release build 2021-12-14 13:42:31 +01:00
gradle.properties Added dagger dependencies and moved code to package to avoid kapt warnings 2021-10-06 19:05:07 +02:00
gradlew Added dagger dependencies and moved code to package to avoid kapt warnings 2021-10-06 19:05:07 +02:00
gradlew.bat Added dagger dependencies and moved code to package to avoid kapt warnings 2021-10-06 19:05:07 +02:00
LICENSE Create LICENSE 2021-10-15 01:45:55 +02:00
README.md Updated readme 2021-11-05 04:28:12 +01:00
settings.gradle.kts Initial commit 2021-09-24 14:25:17 +02:00

Gitnuro

A FOSS Git client based on (Jetbrains) Compose and JGit.

The main goal of Gitnuro is to provide a multiplatform open source Git client without any kind of constraint to how you can use it nor relying on web technologies.

The project it is still in alpha and many feature are lacking or missing, but it's somewhat usable for basic usage.

Feel free to open issues for bugs or sugestions.