From d94ce5319b89cee28ea43d91377c2a69135f9c28 Mon Sep 17 00:00:00 2001 From: datamanager Date: Tue, 21 May 2024 01:16:50 +0000 Subject: [PATCH] A correction, and small update --- doc/forum/Strange_symlinkPointsToGitDir_error.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/forum/Strange_symlinkPointsToGitDir_error.mdwn b/doc/forum/Strange_symlinkPointsToGitDir_error.mdwn index a42ab4da4c..8e033b6bbd 100644 --- a/doc/forum/Strange_symlinkPointsToGitDir_error.mdwn +++ b/doc/forum/Strange_symlinkPointsToGitDir_error.mdwn @@ -21,4 +21,4 @@ It's strange because I've done this unlock, edit, and sync, flow a few times in It's very concerning because it prevents me from syncing with my remote repository at all. I was able to work around the problem with `git reset HEAD~` so I could at least get a few changes sent to my remote, but that meant I lost all the changes I made to the file itself. -Can anyone say what the proble might be here? +Can anyone say what the problem might be here? Why does git suddenly seem upset that I've got a symlink pointing at my git directory?