Gitnuro - Multiplatform Git Client
Find a file
Abdelilah El Aissaoui 9e58e43507 Updated readme images
2022-01-05 03:02:46 +01:00
gradle/wrapper Added dagger dependencies and moved code to package to avoid kapt warnings 2021-10-06 19:05:07 +02:00
res/img Updated readme images 2022-01-05 03:02:46 +01:00
src/main Fixed crash when trying to diff binary files 2022-01-05 03:02:36 +01:00
.gitignore Initial commit 2021-09-24 14:25:17 +02:00
build.gradle.kts Completed arch refactor 2022-01-04 19:54:56 +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 2022-01-04 20:17:21 +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.

Right now you CAN:

  • View diffs for text based files.
  • View your history log and all its branches.
  • Add (stage) & reset (unstage) files.
  • Stage & unstage of hunks.
  • Checkout files (revert changes of uncommited files).
  • Clone.
  • Commit.
  • Reset commits.
  • Revert commits.
  • Merge commits (still lacking).
  • Create and delete branches locally.
  • Create and delete tags locally.
  • View remote branches.
  • Pull and push.
  • Stash and pop stash.
  • Checkout a commit (detached HEAD).

Right now you CAN'T:

  • Rebase.
  • Rebase interactive.
  • Manage remotes.
  • Remove branches from remote.
  • Remove tags from remote.
  • Force push.
  • View changes/diff in images (side to side comparison).
  • Side by side diff in text files.
  • Start a new local repository.
  • View stashes in the log tree.
  • Multiple customization settings.

Feel free to open issues for bugs or sugestions.

Screenshots (latest update: 04 jan 2021)

Example 1 Example 2 Example 3