Collection of Git helper Bash scripts
Project description
Git Autopilot for a Primitive Git Flow
If all you need to do with Git is making branches, pushing, and syncing, this collection of command-line commands may simplify your workflow. Well, it simplifies mine, a hundred times per day.
First, install Python3, Git, pip, gh, and Bash. Then:
pip install gitted
Then, in order to make a contribution to a GitHub repo, assuming you've a made a fork already and cloned it (in the command line):
- Start a branch, to resolve issue no. 42 (for example):
branch 42
- Write some code and then add+commit it (no push):
commit
- Write some code and then add+commit+push it:
push
- Pull recent changes from the
masterof the uplink:
pull
Don't forget to define OPENAI_API_KEY environment variable with the
OpenAI key.
Also, don't forget to authenticate with gh auth.
Conventions
In order to work smoothly, you have to respect a few conventions:
- Branch names are always integers, equal to GitHub issue numbers
- The main branch is
master - All commits are GPG-signed (how?)
- The
originis the fork, while theupstreamis the main repo (why?)
Maybe in future versions we make it configurable. However, at the moment, that's what we have.
How to Contribute
Install GNU make and uv. Then, run:
make
Should build. If it doesn't, submit a bug report.
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
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 gitted-0.0.2.tar.gz.
File metadata
- Download URL: gitted-0.0.2.tar.gz
- Upload date:
- Size: 6.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
058932e21e7b7d1f854e8b4f101f639d323c0d235f55e589a8a250e20e5f2233
|
|
| MD5 |
af655bb678f6a4283220ecb773162a25
|
|
| BLAKE2b-256 |
5ea21a967ac332f795a43283c659fae065d271427383c7492c07a6970da3ff2b
|
File details
Details for the file gitted-0.0.2-py3-none-any.whl.
File metadata
- Download URL: gitted-0.0.2-py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5f326fe92475f096614f2e8fcc2c5b9ab3825187201cedd1c29a3a417547b44
|
|
| MD5 |
aedd3d5c181414312ee208410a0f3c24
|
|
| BLAKE2b-256 |
00d8adeefc67157362edb30dfe7cfb4955f2b9e77240514e12bb310df28f1be2
|