8000 GitHub - quirxsama/gitto
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

quirxsama/gitto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitTo - Smart Git Automation CLI

✨ Features

  • Automated versioning with semantic release
  • Smart commit messages
  • One-click sync (pull + push)
  • Repository health checks
  • Detailed stats and analytics

🚀 Installation

# Using Go install
go install github.com/quirxkaan/gitto@latest

# Or download binaries from releases

📋 Basic Commands

# Commit with auto-versioning
gitto commit -m "feat: add new feature"

# Sync with remote
gitto sync

# Check repo status
gitto check --verbose

# Show stats
gitto stats --contributors

⚙️ Configuration

Create gitto.yaml in your repo:

versioning:
  enabled: true
  auto_tag: true

commit:
  conventional_commits: true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0