Issues with Git 59) #1067

OPEN
Submitted 2 years ago

1.1)
only uses → only use
different operating system → different operating systems
To avoid commits because of line ending differences → To avoid having commits with line ending differences

2.2)
history of up to → history up to

3.1)
allows addressing → allows you to address

3.4)
I don’t understand the HEAD^ comparison sentence. It says "is the same as HEAD" followed by a weird character that looks like a combination of tilde and underscore and then says it’s the same as HEAD~3. Could this sentence be rewritten for greater clarity? When I copy/paste the character into https://www.babelstone.co.uk/Unicode/whatisit.html it says it’s a regular tilde so I don’t know why it shows up bottom aligned instead of centrally aligned. However, knowing that makes things even more confusing because that means the sentence is saying "HEAD~ is the same as HEAD~3" which…​ doesn’t make sense.

Comments

  2 years ago

Thanks for reporting. The typos have been fixed.

@Lars: 3.4) The definition of this sentence in the coding is: For example HEAD^ is the same as HEAD~ and is the same as HEAD~3.

Was this intended?

Please login to write a comment.