Collection of Git helper bash scripts
Project description
A Few Extra Git Commands
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:
# Start a branch, to resolve issue #42:
branch 42
# Write some code and then add+commit+push it:
push
# Pull recent changes from the main branch:
pull
# Finish working with the branch and get back to the main:
finish
Don't forget to define OPENAI_API_KEY environment variable with the
OpenAI key.
How to Contribute
Install uv and then run:
uv build
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.1.tar.gz.
File metadata
- Download URL: gitted-0.0.1.tar.gz
- Upload date:
- Size: 3.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 |
6e08410f464854105b58e6041d510bde2f89c9e8d4f0e63538e123d4565e6889
|
|
| MD5 |
da646d0f9544fff1a52e25a92d290465
|
|
| BLAKE2b-256 |
337ed7513d224aea85cd7c1cfbd45ed9db928f5cb8846f09c294b025d50533a6
|
File details
Details for the file gitted-0.0.1-py3-none-any.whl.
File metadata
- Download URL: gitted-0.0.1-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
9c759e79aaba19693e1f5956c4bd199b76eeec418eea2829257c57925de2dc5d
|
|
| MD5 |
393e4a473d6f9d39cddb4d6ec857a206
|
|
| BLAKE2b-256 |
c791cbf0a3d006fb62bf08569073437e78bf8713d37df469d0ec4add7f522a93
|