Skip to content

Releases: pratapsisodiya/Gdit

Release list

gdit v3.0.3

Choose a tag to compare

@github-actions github-actions released this 29 Dec 11:40

🚀 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)

  1. Download gdit-*-setup.exe
  2. Run the installer
  3. Check "Add gdit to system PATH"
  4. Open a new terminal and run gdit --help

Option 2: Portable Executable

  1. Download gdit.exe
  2. Place it in a folder (e.g., C:\Tools\gdit\)
  3. Add the folder to your system PATH manually
  4. Run gdit --help in 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.