In support of new code explorers, we have set up a project so that everyone can test their many skills in using GitHub commands such as git commit -m "My beautiful message"
.
In your attempt to use this project to test your new GitHub skills, you should follow the instructions below:
$ git clone https://github.com/wr-projects/github-sandbox
cd github-sandbox/sandbox
You just have to create a file, an image, whatever...
$ git add .
$ git commit -m "My beautiful message"
$ git push
Apache-2.0 Copyright (c) 2021-present WebReady Projects