Skip to content

jon-makinen/multigit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multigit

Git GUI for vibecoding multiple projects at once. Manage all your repos from one window.

WIP — slow and broken in most places, being worked on now and then.

Screenshot 2026-02-17 at 11 22 45

What it does

  • Multi-repo sidebar with favorites and org grouping
  • Stage, commit, push, pull, fetch across repos
  • Branch management (create, checkout, rename, delete, merge, rebase)
  • Inline diff viewer (files + commit history)
  • PR creation (push + open GitHub compare)
  • Command bar (Cmd+K) with fuzzy search and bulk actions
  • Open repos in Terminal, Finder, VS Code
  • Light / dark / system theme
  • Background file watcher with disk cache for fast startup

Stack

Backend Go 1.23
Frontend React 19, TypeScript, Tailwind CSS 4
Framework Wails v2 (webview desktop app)
Build Vite 7

Run

# dev (hot reload)
wails dev

# build
wails build

Requires Wails CLI.

Config

  • ~/.multigit.json — repos, favorites, theme, preferences
  • ~/.multigit-cache.json — cached repo data for fast startup

About

More of an idea project, of a git GUI that would help when coding multiple projects at once

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors