Counter
Play the Game
Navigate through the Playground folder and find your counter.md file.
Open the file by right-clicking and choosing to open with a text editor.
Increment the current number (add 1 to the current value) and save the file.
Write commands:
$ git checkout -b Game-Session $ git add . $ git commit -a -m "Incremented" $ git push -u origin
Last updated
Was this helpful?