Skip to content
forked from relagit/relagit

The elegant solution to graphical version control.

License

Notifications You must be signed in to change notification settings

Stevanr21/relagit

 
 

Repository files navigation

RelaGit logo

RelaGit

The elegant solution to graphical version control.



RelaGit client

Note

RelaGit is in an early beta stage. Please report any issues you encounter on our issue tracker

Download

Builds are generated automatically upon release.

Roadmap

Before we hit the first stable release, the following features should be implemented:

  • Support for git submodules.
  • Optimisation of git processes and operations, currently there is noticable CPU strain on startup.
  • Commit graph in information modal.
  • Use libgit2 for git operations instead of the git CLI. (?)

Building

Prerequisites

Instructions

git clone https://github.com/relagit/relagit relagit

cd relagit

pnpm i
pnpm build
pnpm make:{platform}

Replace platform with one of the supported platforms (e.g. make:mac).

You will find an executable in the out folder.

Creating Workflows

Please refer to the Creating Workflows tutorial.

About

The elegant solution to graphical version control.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.7%
  • SCSS 20.2%
  • Other 1.1%