An open API service indexing awesome lists of open source software.

https://github.com/wr-projects/github-sandbox

👋 In support of new code explorers, we have set up a project so that everyone can test their many skills in using GitHub commands.
https://github.com/wr-projects/github-sandbox

2022 2022-project github github-organization new-user open-source sandbox testing tutorial webreadyprojects wrprojects

Last synced: 7 months ago
JSON representation

👋 In support of new code explorers, we have set up a project so that everyone can test their many skills in using GitHub commands.

Awesome Lists containing this project

README

          

# [github-sandbox](https://github.com/wr-projects/github-sandbox/)

## Introduction
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"`.

## Usage
In your attempt to use this project to test your new GitHub skills, you should follow the instructions below:

```sh
$ git clone https://github.com/wr-projects/github-sandbox

cd github-sandbox/sandbox
```

You just have to create a file, an image, whatever...

```sh
$ git add .

$ git commit -m "My beautiful message"

$ git push
```

## License

[Apache-2.0](https://github.com/WebReadyProjects/github-sandbox/blob/main/LICENSE)
Copyright (c) 2021-present WebReady Projects