Releases: pratapsisodiya/Gdit
Releases · pratapsisodiya/Gdit
Release list
gdit v3.0.3
🚀 gdit v3.0.3
Git-like version control for Google Drive. Stage, commit, and sync files using familiar Git commands.
📥 Downloads
| Type | File | Description |
|---|---|---|
| 🔧 Installer (Recommended) | gdit-setup.exe | Windows installer with PATH integration |
| 📦 Portable | gdit-portable.exe | Standalone executable (no install required) |
🔧 Installation Options
Option 1: Windows Installer (Recommended)
- Download
gdit-*-setup.exe - Run the installer
- Check "Add gdit to system PATH"
- Open a new terminal and run
gdit --help
Option 2: Portable Executable
- Download
gdit.exe - Place it in a folder (e.g.,
C:\Tools\gdit\) - Add the folder to your system PATH manually
- Run
gdit --helpin terminal
Option 3: npm (requires Node.js)
npm install -g gdit🚀 Quick Start
# Setup Google API credentials
gdit setup-creds
# Login to Google
gdit login
# Initialize a repository
gdit init
# Add and commit files
gdit add .
gdit commit -m "Initial commit"
# Push to Google Drive
gdit push✨ What's New
See CHANGELOG.md for details.