1

What I am trying to do was pull from remote repository to local. I had an issue with "refusing to merge unrelated histories.

I got an answer from SO. I wrote a command of git pull origin master --allow-unrelated-histories it took me from regular terminal window to the one in the picture. In regular terminal when I push enter it was giving either an error or new line. Now in this terminal window pushing enter button does not affect anything, page is same, I entered ^T even though cannot move beyond this page. Can anyone explain what kind of window it is, and how to commit and move beyond this issue.

enter image description here

I tried writing ^T and pushing enter button.

phd
  • 82,685
  • 13
  • 120
  • 165
miPythOff
  • 43
  • 5
  • 1
    Welcome on Stack Overflow, it opened the `nano` editor. You have to press `Ctrl + O` to save and `Ctrl + X` to close the editor. In the lower bar, `^` means the `Ctrl` key, see also [save and exit nano](https://apple.stackexchange.com/a/52462). – A.L Jul 21 '23 at 10:56
  • worked thanks. In the background it was pulled actually, thanks – miPythOff Jul 21 '23 at 12:21
  • https://stackoverflow.com/questions/tagged/git+nano – phd Jul 21 '23 at 12:35

0 Answers0