@@ -751,7 +751,7 @@ Creating a new branch Branches in git are really nothing more than pointers into the git object database from within the `.git/refs/` subdirectory, and as we-already discussed, the `HEAD` branch is nothing but a symlink to one of+already discussed, the `HEAD` branch is nothing but a pointer to one of these object pointers. You can at any time create a new branch by just picking an arbitrary
On Tue, Jan 06, 2009 at 10:18:39AM +0800, jidanni@jidanni.org wrote:
Branches in git are really nothing more than pointers into the git
object database from within the `.git/refs/` subdirectory, and as we
-already discussed, the `HEAD` branch is nothing but a symlink to one of
+already discussed, the `HEAD` branch is nothing but a pointer to one of
these object pointers.
The currect term for HEAD is a 'symref', see the glossary. ;-)
MV> The currect term for HEAD is a 'symref', see the glossary. ;-)
OK please change it for me, as today is my junior patching practice
day, and a patch to a patch is way over my head.