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

Fix the hint in level "Branch Spaghetti", selectiveRebase.js #1150

Open lizyeseul opened 1 month ago

lizyeseul commented 1 month ago

before "ko": "이 문제를 해결하는 방법은 여러가지가 있습니다! 체리픽(cherry-pick)이 가장 쉽지만 오래걸리는 방법이고, 리베이스(rebase -i)가 빠른 방법입니다"

tobe "ko": "알맞은 순서로 배치하세요! 브런치 one이 처음, 그 다음 two, 마지막으로 three입니다."

pcottle commented 1 month ago

Want to try editing the file on GitHub here: https://github.com/pcottle/learnGitBranching/blob/ad95c98ef2f24a2059c2fc62caad0adf78bd0231/src/levels/rebase/selectiveRebase.js#L39 you can submit a PR right from the web UI