Gazler / githug

Git your game on!
MIT License
6.86k stars 1.03k forks source link

revised the language of the prompt #236

Closed elstamey closed 7 years ago

elstamey commented 7 years ago

I was confused about what this was asking:

Your local master branch has diverged from the remote origin/master branch. Rebase your commit onto origin/master and push it to remote.

After passing the level, I believe this revision makes it more clear.

Your local master branch has diverged from the remote origin/master branch. Rebase your branch onto origin/master and push it to remote.

Gazler commented 7 years ago

Thanks <3