A minimalistic git client for mobile.
Have a terminal installed.
- Android: Termux
- iOS: (Coming Soon)
Have Node.js installed.
- Android: Termux - Node.js
- iOS: (Coming Soon)
Run the following command in your project root.
npx mini-git-gui
Go to the link shown (eg. http://localhost:3000) on a browser to access the git GUI.
If you do not want a global install of mini-git-gui
, you can choose to install it locally in your project folder.
# Run this command if you do not have a package.json
npm init -y
# Installs mini-git-gui as a dev dependency
npm i -D mini-git-gui
# Run mini-git-gui
npx mini-git-gui
- Commit Graph (Experimental)
- Stage/Unstage Files
- Commit Files
- Discard Files
- View File Changes
- Frontend
- React
- Vite
- Tailwind
- Shadcn/ui
- Tanstack Query
- Jotai
- Backend
- Express
- TRPC
Commands and Contributing Guide: CONTRIBUTING.md