Kevin Goslar
Kevin Goslar
Scenario: - given this lineage: - `branch-2` is a child of `branch-1` - `branch-1` is a child of `main` - my repo contains only `branch-2` - I run `git sync`...
see https://github.com/git-town/git-town/discussions/4149
To make it easier for Git Town users to adjust to https://github.com/git-town/git-town/issues/4038, upgrade existing Git aliases `git rename-branch` to `git rename`. - add the old and new keys to the...
To make it easier for Git Town users to adjust to https://github.com/git-town/git-town/issues/4038, re-introduce the "rename-branch" command temporarily to run the "rename" functionality and print a deprecation message. - use the...
To make it easier for Git Town users to adjust to https://github.com/git-town/git-town/issues/4039, re-introduce the "kill" command temporarily to run the "delete" functionality and print a deprecation message. - use the...
To make it easier for Git Town users to adjust to https://github.com/git-town/git-town/issues/4039, upgrade existing Git aliases `git kill` to `git delete`. - add the old and new keys to the...
from https://github.com/git-town/git-town/discussions/4111. This key should be set up globally, otherwise people need to set it up for each repo individually.
When this sync strategy is selected and - a branch has no local commits: sync the branch via `git merge --ff-only` - a branch has an unpushed local commit: don't...
### Example #3473 ### Affected Git Town commands - `set-parent` - `kill` - #3338 ### Possible implementation Prerequisites: - all branches are in sync - run the commands of `git...
https://docs.fedoraproject.org/en-US/package-maintainers/Joining_the_Package_Maintainers https://jrfernandez.com/packaging-rust-program-for-fedora