git-machete icon indicating copy to clipboard operation
git-machete copied to clipboard

Probably the sharpest git repository organizer & rebase/merge workflow automation tool you've ever seen

Results 156 git-machete issues
Sort by recently updated
recently updated
newest added

# Overview When a PR is merged I can run `traverse` and the branch that was merged in will be slid out. However `delete-unmanaged` will say `unmerged to HEAD` and...

usability

``` $ g m show git machete show: error: the following arguments are required: direction $ g m go git machete go: error: the following arguments are required: direction $...

bug
good first issue
cli

Solves https://github.com/VirtusLab/git-machete/issues/1351 (not sure if having a linked issue is preferred or not, created one just in case) Similar to the functionality for adding a PR description from `.git/info/description`, it...

feature
github
gitlab

Both GitHub and GitLab use `open`, so let's unify this way.

good first issue
code quality
minor
github
gitlab

# Based on PR #1340 ## Chain of upstream PRs as of 2024-10-08 * PR #1340: `develop` ← `feature/1214-traverse-sync-prs` * **PR #1343 (THIS ONE)**: `feature/1214-traverse-sync-prs` ← `feature/1325-update-all-pr-desc`

feature
github
gitlab

- [ ] Update descriptions of PRs/MRs even if PR base is the same as in .git/machete => separate option, `--update-all-descriptions` => open an issue - [x] Restack instead of...

feature
traverse
github
gitlab

`git-machete` enables a lot of workflows, but for mine in particular I often have single-commit GitHub PRs stacked on top of each other. It would be very convenient if `git-machete...

feature
github
gitlab

Similar to the functionality for adding a PR description from `.git/info/description`, it would be useful to be able to set the PR title from a `.git/info/title` file. This is a...

feature
github
gitlab