Skip to main content

Next-Generation
Git Client

for the remote work era
HighFlux, the modern git clientHighFlux, the modern git client
Use the HighFlux CLI & GUI to transform your development
Focus on coding with automated feature branches.

Feature branches are created and managed automatically.
Automatic commit on every editor save.
You can focus on writing code.

$ git pull
$ git checkout -b my_feature
Write Code
$ git add .
$ git commit -am "description"
$ git push origin my_feature
$ gh pr create

Quickly switch feature branches.

Found a bug while implementing unrelated code? Click "Create new", fix the bug, and go back to where you were.

HighFlux replaces all of the files on your disk when switching between tasks.

$ git stash
$ git checkout other_branch
$ git stash pop

Always be up-to-date with 'main'.

Your code automatically stays updated with your teams' latest work on 'main'.

Get notified early on conflicts.

$ git checkout feature/foo
$ git fetch --all
$ git rebase origin/main

Check out others' work in progress.

Browse through others' work, and duplicate it locally with a single click.

Switch back with a single click.

$ git stash
$ git checkout other_branch
Review work
$ git checkout my_feature
$ git stash pop

Discuss your code, now.

Get instant feedback on your work-in-progress over Slack or Discord.

HighFlux pushes your code while you work on it, so no PR is needed.

$ git add .
$ git commit -am "wip: for review"
$ git push origin my_feature
$ gh pr create
Ask for help

Avoid 'merges from hell' with conflict detection

Get notified when a teammate using HighFlux starts changing a file you've changed.

git push --force

Team

Guy Tavor 🇮🇱
Former Googler, Scoompa founder
❤️ programming, Arabic, meditation and long walks
Uwe Maurer 🇨🇭
Former Googler, AppTornado founder
❤️ tinkering with new technologies and skiiing
Mathijs Vogelzang 🇳🇱
Former Googler, AppTornado founder
❤️ elegant code, hard puzzles and spending time with family
Combined 75+ years of software development experience
We are using the HighFlux method to build HighFlux.