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_tool "Initial commit" --new-repo my-project
# Create private repo
gitpush_tool "Initial commit" --new-repo private-project --private
2. Standard Git Operations
# Regular push
gitpush_tool "Fixed login bug"
# Force push
gitpush_tool "Rebased history" --force
# Push tags
gitpush_tool --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.2.6.tar.gz
(7.5 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.2.6.tar.gz.
File metadata
- Download URL: gitpush_tool-0.2.6.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6df97e6db8dc12cf100f8fc9a91fbfe1cfc89ed69616a54fa2031d4fbeadc2df
|
|
| MD5 |
1522d53c190c51950aca11664bfb0489
|
|
| BLAKE2b-256 |
09d75030d5aae28cc69c093eef81110e2ca8c724a70b07010b3482e1ae61d52b
|
File details
Details for the file gitpush_tool-0.2.6-py3-none-any.whl.
File metadata
- Download URL: gitpush_tool-0.2.6-py3-none-any.whl
- Upload date:
- Size: 6.9 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 |
8f1e80999cbfd249ea727021f305cf80adfc2023104a0d5c4d90bbeb642294dc
|
|
| MD5 |
94436f034983d31cb8b0e9a8a245a204
|
|
| BLAKE2b-256 |
19e3119383682b38fdfa5e853fd0ef0a07c32fc364558ae447058d311ba4cd10
|