Skip to content

stanize/QIT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qit

A lightweight Windows GUI for quick Git operations — push, link, and clone repos without touching a terminal.

Platform PowerShell License


What it does

Qit wraps the most common Git workflows in a clean dark-themed desktop app. No terminal, no remembering commands — just pick your folder and go.

  • Quick Push — stage, commit, and push in one click
  • Link Repo — connect a local folder to an existing GitHub repo and push your code up
  • Clone Repo — download any of your public GitHub repos to a local folder

Requirements

  • Windows 10 or later
  • Git for Windows
  • PowerShell 5.1+ (built into Windows — no install needed)

Installation

Via winget (recommended)

winget install Kaminolabs.Qit

Manual

  1. Download the latest release from the Releases page
  2. Run Qit-Setup.exe and follow the installer
  3. Launch Qit from the Start Menu or desktop shortcut

First run

On first launch, Qit will:

  1. Check your internet connection to GitHub
  2. Verify Git is installed (and offer to install it if not)
  3. Ask for your Git identity (name and email) if not already configured
  4. Ask for your GitHub username once — saved locally for fetching your repo list

After that it opens straight to the main window every time.


Usage

  1. Pick a folder — Qit opens a folder browser on launch. All operations run in that folder.
  2. Quick Push — type a commit message and press Enter (or click the button). Done.
  3. Link Repo — connects a local folder to one of your GitHub repos. Useful when you have existing code you want to push up.
  4. Clone Repo — pick a repo from your GitHub list and choose where to save it locally.

The repo label at the top shows your current status at a glance:

Color Meaning
Blue Linked to a GitHub repo
Yellow Local git repo, no remote
Red Not a git repo

Files

File Purpose
Qit.ps1 Main script — all logic and UI
Qit.vbs Silent launcher — no console window
Qit.config Saved GitHub username (auto-created, not synced)

License

MIT — see LICENSE

Code Signing

Qit installers are signed by the SignPath Foundation.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors