s-m-quadri / learn-github

The repository containing notes, puzzles and important links for students to learn Github in an easy way.
https://s-m-quadri.github.io
GNU General Public License v3.0
0 stars 5 forks source link

Solve puzzle-one.md #1

Open s-m-quadri opened 11 months ago

s-m-quadri commented 11 months ago

Answer each question in a separate commit, and make a pull request. Take your time!

## How?

1. **Copy Code** to your repository: * **Fork** [this](https://github.com/s-m-quadri/learn-github) repo. 2. Start **IDE** (any 1 from below): * **Clone** your version of repository to your local PC, and start VS Code IDE. * **Edit File** directly via GitHub GUI. * Open **Code Spaces**, i.e. Cloud based IDE, from GitHub. 3. **Solve the problem**. 4. **Update** Changes: * Do **add**, **commit** with proper title, and **push**, if using IDE. Otherwise, just **commit** with proper title. * Finally, make a **Pull Request** to this repository.

s-m-quadri commented 11 months ago

All done.