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.
- Host: GitHub
- URL: https://github.com/wr-projects/github-sandbox
- Owner: wr-projects
- License: apache-2.0
- Created: 2022-03-04T02:27:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T13:55:57.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T03:35:52.421Z (9 months ago)
- Topics: 2022, 2022-project, github, github-organization, new-user, open-source, sandbox, testing, tutorial, webreadyprojects, wrprojects
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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