Crates.io | yggit |
lib.rs | yggit |
version | 0.0.6 |
source | src |
created_at | 2023-11-29 20:37:49.823572 |
updated_at | 2024-02-23 17:12:35.501025 |
description | small tool to manage my one branch git workflow |
homepage | https://github.com/Pilou97/yggit |
repository | https://github.com/Pilou97/yggit |
max_upload_size | |
id | 1053528 |
size | 48,683 |
A tool to manage my git workflow.
It allows me to have one branch, and to associate a commits to a specific branch with a interface like the rebase one
First I use git to have a beautiful history. To do so I am using git-rebase
.
Then when I am ready to push my commits in different branch I just have to use yggit push
.
A rebase like interface will open with the editor specified in your git configuration.
Do not edit/move your commit in this editor, it won't have any effects.
Then if I want to push a specific commit on a specific branch I just have to write under the given commit:
-> mybranch-name
I can also specify a custom upstream:
-> origin:mybranch-name
This project is poorly tested, use it at your own risk.