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.1.tar.gz
(10.6 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.1.tar.gz.
File metadata
- Download URL: gitpush_tool-0.3.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
48c888ca5b2188f5799c7d177556014145bdc87420df9779eb76840b6decc70e
|
|
| MD5 |
68e21bb8c9c015e8bab339cf259920eb
|
|
| BLAKE2b-256 |
9284eb87ff7f130f3a8e71ac1e50e67b369def15135edc7f2803928f1e790f82
|
File details
Details for the file gitpush_tool-0.3.1-py3-none-any.whl.
File metadata
- Download URL: gitpush_tool-0.3.1-py3-none-any.whl
- Upload date:
- Size: 9.3 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 |
43d36cc59ad3229bd964b4bf201303bf18d940f31e95f672c350bf1dd0433bf8
|
|
| MD5 |
777e0b2ab2f02f2c52b20da9eb62a5ae
|
|
| BLAKE2b-256 |
bf5dcb3bbdb0ede3972c46db1d95d87d3e5c26e63c181a091cb11dde646ee941
|