Kevin Goslar
Kevin Goslar
These days most developers use Git Town to create and sync feature branches and create proposals, merge using the GitHub UI or a merge queue, and then run `git sync`...
Syncing can be undone now via `--force-with-lease`
Undoing the setup assistant is tricky because it would have to re-create the config file in the state how it was before running the assistant.
Apologies for the late reply. I'm having problems reproducing this problem since https://github.com/git-town/git-town/blob/main/features/sync/current_branch/feature_branch/merge_sync_strategy/features/upstream.feature already covers a scenario with an upstream remote. Something must be different with your setup. If you...
Thanks for the additional info! I am going ahead and fixing this particular crash in #3224. Strange that you have another HEAD in `upstream`, I'd really like to know how...
This is shipped in v13. Enjoy!
Hey Amir, that's a great question and an interesting use case! Here are two ideas that might get you want you want in your situation. I'm using your terminology, i.e....
Some background on how Git works might help understand what's going on here. Due to the nature of Git as a distributed version control system, your local clone contains the...
FYI there have been a number of reports requesting this feature. I'm collecting them and ideas how to address your use case better in https://github.com/git-town/git-town/issues/2711.
@heyitsaamir assuming Git Town has a feature that allows you to avoid pulling in updates from the master branch. Would you enable this behavior for all your feature branches, or...