GitSavvy
GitSavvy copied to clipboard
merge with ignore spaces
Hot button in BRANCHES allowing merge with a flag ignore-all-space or ignore-space-change.
How do you think this should work?
[m] merge selected into active branch [x] merge selected into active branch with flag ignore-all-space
for example
hmm, works for one option The problem is that what do you we do when some asks for --no-ff? [z] merge with no-ff [v] merge with ignore-all-space and no-ff
Maybe like "git reset" in command pallete? ctrl+shift+p -> "git merge" -> select branch -> select option (no-ff/ignore-all-space/no-ff & ignore-all-space/..)