Crates.io | gim |
lib.rs | gim |
version | 0.5.1 |
source | src |
created_at | 2024-07-15 17:13:53.59169 |
updated_at | 2024-09-13 20:32:38.746026 |
description | commit driven development git-cli command line utility |
homepage | |
repository | https://github.com/yv-was-taken/gim |
max_upload_size | |
id | 1304057 |
size | 28,133 |
Commit Driven Development Git-CLI Command Line Utility
gim
provides the following commands:
gim set {COMMIT_MESSAGE}
.COMMIT_MESSAGE
file.
Note: Don't worry about adding a
.COMMIT_MESSAGE
file yourself (or adding it to.gitignore
),gim
takes care of that for you!
gim edit
gim add {ADDED_MESSAGE}
ADDED_MESSAGE
to the current commit message. Used for multiline commitsgim push
git add . && git commit -m $COMMIT_MESSAGE && git push
.git add $FILES
..COMMIT_MESSAGE
file is cleared, excluding comments.gim status
or just gim
gim
planned commit message at the top of the normal git status
output.gim clear
gim clear full
gim help