Hi, I attempted to paste a command into the git bash, but accidentally selected "Select All". The next thing I knew, the bash scrolled like crazy, as it tried to execute dozens of commands. I couldn't get it to stop scrolling, so I closed the bash window. Now I'm in a strange situation: $ git status On branch master Your branch is up to date with 'origin/master'. Untracked files: (use "git add <file>..." to include in what will be committed) FETCH_HEAD nothing added to commit but untracked files present (use "git add" to track) I attempted to use git restore FETCH_HEAD, but I got an error (git said it's not a file). So how do I fix this situation? Any help would be appreciated. Thanks, Christopher Boorman