The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
Go to file
2024-01-12 09:04:25 +01:00
.cargo new structure 2023-09-06 11:47:35 +02:00
.github Revert "Revert "remove sentry api key from source code"" 2024-01-10 10:48:19 +01:00
.vscode Fix shared prettier settings 2024-01-02 13:22:57 +02:00
gitbutler-app Merge pull request #2234 from gitbutlerapp/push-all-refs 2024-01-12 09:04:25 +01:00
gitbutler-core Merge pull request #2164 from gitbutlerapp/gitbutler-core-lib-docs 2024-01-03 20:23:22 +01:00
gitbutler-ui - styles updated 2024-01-12 01:58:26 +01:00
scripts Revert "Revert "chore: add SENTRY_AUTH_TOKEN environment variable to script"" 2024-01-10 10:48:03 +01:00
.gitignore make the UI dev server run prior to debugging in vs code 2023-12-05 17:53:54 +01:00
Cargo.lock Merged origin/master into refactor-reader-writer 2024-01-09 12:57:54 +01:00
Cargo.toml add gitbutler-core package and move IDs to it 2023-12-28 14:53:29 +01:00
CODE_OF_CONDUCT.md add a bunch of basic docs that we need for open sourcing this bad boy 2024-01-11 19:52:52 +01:00
CONTRIBUTING.md add a bunch of basic docs that we need for open sourcing this bad boy 2024-01-11 19:52:52 +01:00
DEVELOPMENT.md add a bunch of basic docs that we need for open sourcing this bad boy 2024-01-11 19:52:52 +01:00
LICENSE.md add a bunch of basic docs that we need for open sourcing this bad boy 2024-01-11 19:52:52 +01:00
package.json Bump @tauri-apps/cli from 1.5.1 to 1.5.6 2023-12-04 14:46:26 +00:00
pnpm-lock.yaml Revert "chore(deps-dev): bump @codemirror/lang-vue from 0.1.2 to 0.1.3" 2024-01-10 11:46:07 +01:00
pnpm-workspace.yaml update configuration to reflect new paths 2023-12-22 14:22:54 +01:00
README.md add a bunch of basic docs that we need for open sourcing this bad boy 2024-01-11 19:52:52 +01:00
rust-toolchain.toml add rust-toolchain.toml file 2023-12-11 11:09:19 +01:00
SECURITY.md add a bunch of basic docs that we need for open sourcing this bad boy 2024-01-11 19:52:52 +01:00

GitButler

CI TWEET

GitButler is a new approach to version control tooling, using Git as a backend

It is an open source Tauri-based Git client. It's UI is written in Svelte using TypeScript and it's backend is written in Rust.

gitbutler_client

Downloading a Build

You can download the newest client build from our downloads page.

Currently we have builds for Mac and Linux. A Windows build is on the way.

Why GitButler?

Git's user interface has hardly been touched for 15 years. While it was written for Linux kernel devs sending patches to each other over mailing lists, most modern developers have different workflows and needs.

GitButler aims to rethink the version control concept, while still storing data in Git and being able to push trees to Git servers.

Main Features

  • Virtual Branches
    • Organize work on multiple branches simultaneously, rather than constantly switching branches
    • Automatically create new branches when needed
  • Easy Commit Management
    • Undo, Amend and Squash commits by dragging and dropping
  • GitHub Integration
    • Authenticate to GitHub to open Pull Requests, list branches and statuses and more
  • Easy SSH Key Management
    • GitButler can generate an SSH key to upload to GitHub automatically
  • AI Tools
    • Automatically write commit messages based on your work in progress
    • Automatically create descriptive branch names
  • Commit Signing
    • Easy commit signing with our generated SSH key

Documentation

You can find our end user documentation at: https://docs.gitbutler.com

Bugs and Feature Requests

If you have a bug or feature request, feel free to open an issue, or join our Discord server.

Contributing

So you want to help out? Please check out the CONTRIBUTING.md document.

If you want to skip right to getting the code to actually compile, take a look at the DEVELOPMENT.md file.