Supercharged Git push tool with automatic GitHub repo creation and pushing
Project description
GitPush Tool - Complete Documentation
📦 Installation
pip install gitpush-tool
gh auth login # Authenticate with GitHub
🚀 Core Features
1. New Repository Creation
# Create public repo
gitpush "Initial commit" --new-repo my-project
# Create private repo
gitpush "Initial commit" --new-repo private-project --private
2. Standard Git Operations
# Regular push
gitpush "Fixed login bug"
# Force push
gitpush "Rebased history" --force
# Push tags
gitpush --tags
⚙️ Configuration
The tool automatically:
- Creates
.gitignorewith sensible defaults - Sets main branch as default
- Uses GitHub CLI for secure auth
🐛 Common Issues
"Repository already exists"
❌ Repository 'my-repo' already exists
Solution: Use different name or delete existing repo
"Authentication failed"
❌ Failed to authenticate with GitHub
Solution: Run gh auth login separately
📝 License
MIT Licensed - Free for personal and commercial use
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gitpush_tool-0.3.5.tar.gz
(11.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file gitpush_tool-0.3.5.tar.gz.
File metadata
- Download URL: gitpush_tool-0.3.5.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4fc73e0426fe7af21cbe8041e162d2195549fa490d359344f14a6af2f244748
|
|
| MD5 |
efc555f2aa9794a1b03edc4bb9700c8f
|
|
| BLAKE2b-256 |
fb4f9377984974d53f261b7f6ae26a31aad2818bae5d2bf3d55af2358dc7f1b1
|
File details
Details for the file gitpush_tool-0.3.5-py3-none-any.whl.
File metadata
- Download URL: gitpush_tool-0.3.5-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
01bd8fffbf9a3dc1cb0fa41fbf24f39c0824c7f3cc31a17c0110263210f0c38a
|
|
| MD5 |
12e172392b057cf4436adcfcc64187e6
|
|
| BLAKE2b-256 |
a72b678b14a07fb32e2f295481f946565bc9b54a3450b3b7dc392c989f8c24ca
|