Quantcast
Channel: git reset asks 'more?' - Stack Overflow
Browsing latest articles
Browse All 6 View Live

Answer by Md Habibur Rahman for git reset asks 'more?'

The commands you mentioned are working well on macOS. But On Windows, the caret symbol ^ is used as an escape character, which is why you encounter the "More?" prompt.If you are using Windows, the...

View Article



Answer by Roy for git reset asks 'more?'

For Windows OS,git log HEAD^^will work. I have run this command and from the three files it uncommit the most recent one and shows the other two files. The other two files are in below. So, hopefully...

View Article

Answer by mcdon for git reset asks 'more?'

The ^ is an escape character in the Windows Command Line. Use ^^ instead of ^.git reset --soft HEAD^^See Rob Van Der Woude's Scripting Pages for details on Escape Characters.

View Article

Answer by me_and for git reset asks 'more?'

Your shell is interpreting the ^ symbol as a line continuation symbol. Either just avoid using ^ as Adamsuggests:git reset --soft HEAD~1or quote the argument so the shell doesn't attempt to interpret...

View Article

Answer by Adam Dymitruk for git reset asks 'more?'

see if git log HEAD^ works. If it doesn't, it may be something with your localization or terminal. It seems to be filtering out the ^ symbol. As a workaround, use git reset --soft HEAD~1 for now.

View Article


git reset asks 'more?'

Git windows command line, version 1.8.0I have 3 commits so far and when I typegit reset --soft HEAD^new line comes up withMore?and flashing cursor for inputThen, whatever I type, I always get fatal:...

View Article
Browsing latest articles
Browse All 6 View Live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>