Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question about Extension Setting: git-graph.dialog.merge.noFastForward #799

Open
LutzFassl opened this issue Jan 16, 2024 · 0 comments
Open
Assignees
Labels
question Do you have a question about Git Graph?

Comments

@LutzFassl
Copy link

When merging using Git Graph I want to avoid to do fast forward merges.

I am not sure how to do this. In the VS Code Menu I can only find the normal "Branch -> Merge Branch.." Action. When I do this, it always performs a FF merge, which I do not want.

Therefore I searched and found that there is this Extension setting from here https://github.com/mhutchie/vscode-git-graph/wiki/Extension-Settings:
git-graph.dialog.merge.noFastForward
But no matter how I configure it (true/false) it will just keep on doing the FF merge.

So therefore my solution / workaround was now to set this globally in the Git console:
git config --global merge.ff false
(works)

However I am still wondering if there was a more elegant way / Dialog in Git Graph that I could have used instead.
Thanks for your response! Lutz

@LutzFassl LutzFassl added the question Do you have a question about Git Graph? label Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Do you have a question about Git Graph?
Projects
None yet
Development

No branches or pull requests

2 participants