If I go to the standard windows command prompt and type:
git config --global --edit
the window rerenders as some kind of editor (which I think is Bash but my background isn't *nix so I have no clue) with blue tildas in a column on the left and some filepaths at the bottom. e.g. x:/.gitconfig [unix] (16:25 29/09/2021)
and the config entries at the top
e.g.
[gui]
recentrepo = x:/blah
[user]
email=...etc
(also not sure why the slashes are forward and not back slashes)
No amount of typing or hitting enter gets it to close or do anything. It won't save, it won't run, it won't close.
What is this editor window thingy and how can I use it?