pcottle / learnGitBranching

An interactive git visualization and tutorial. Aspiring students of git can use this app to educate and challenge themselves towards mastery of git!
https://pcottle.github.io/learnGitBranching/
MIT License
30.16k stars 5.72k forks source link

Ramping Up - Relative Ref 2 - caret issue #1153

Closed BigBoulard closed 1 month ago

BigBoulard commented 1 month ago

When I type the caret on my macOs the character is a bit smaller than in the solution so the command is not understood by the program git branch bugFixˆ

image

pcottle commented 1 month ago

Are you using a utf8 symbol and not something that's part of standard ascii?

BigBoulard commented 1 month ago

Good question, I'm just typing option + i

pcottle commented 1 month ago

Ah yeah that is the Modifier Letter Circumflex Accent[1], aka ˆ

Please use the standard ^ character (shift + 6 on american QWERTY keyboards) which is Circumflex Accent (https://www.compart.com/en/unicode/U+005E)


Modifier Letter Circumflex Accent[1]"