Quick git add, commit, push in one command
Project description
git-fast
git-fast is a small command-line tool that lets you stage, commit, and push changes to a Git repository with a single command.
What it does
When you run:
a
It automatically stages all changes in your current working directory and prompts to enter a commit message:
enter commit message: _
After writing a message and hitting ENTER, the changes are pushed to the remote repo.
Entering an empty commit message results in the program doing git reset and exiting.
How to modify/run locally:
pip install e .
In your project appear:
build/
git_fast.egg-info/
Now you are ready to run it locally with a
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 git_fast-0.1.0.tar.gz.
File metadata
- Download URL: git_fast-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e7fe8a7c7d4f6ba7ed5fba70e5ded4eef620325a223e1eb2f07f9022ac6ff507
|
|
| MD5 |
44162e7991d72b8edf414a1a554b608c
|
|
| BLAKE2b-256 |
c7733ec7cbbef917416182e4ce49ca3123e94803f0ae971e10d117b878078b32
|
File details
Details for the file git_fast-0.1.0-py3-none-any.whl.
File metadata
- Download URL: git_fast-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a805bcab6b2ada51880fcff895dfc95a962df6810bfb58af1729de1da97ef3cf
|
|
| MD5 |
08a01ff3ac819e665cd03dac1ea98d7e
|
|
| BLAKE2b-256 |
cd64bb18a92fcc488ba71bea9e358bd13af61293f6f0f17908b768230ebdefc7
|