Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuvrajchandra/guess-the-output

This repository contains tricky questions from various sources to guess the output. Also explaination for the solution is also provided.
https://github.com/yuvrajchandra/guess-the-output

Last synced: 2 days ago
JSON representation

This repository contains tricky questions from various sources to guess the output. Also explaination for the solution is also provided.

Awesome Lists containing this project

README

        

# Guess-the-output
This repository contains tricky questions from various sources to guess the output. Also explaination for the solution is also provided.

## How to contribute to this repository

* Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
* Clone your fork down to your local machine

```markdown
git clone https://github.com/Yuvrajchandra/Guess-the-output.git
```

* Create a branch

```markdown
git checkout -b branch-name
```

* Make your changes (There are some folders for different category so upload the file accordingly)
* Commit and push

```markdown
git add .
git commit -m 'Commit message'
git push origin branch-name
```
or
* Add the file in the forked repository using upload file option then commit the changes in a new branch.

* Create a new pull request from your forked repository (Click the `New Pull Request` button located at the top of your repo)
* Wait for your PR review and merge approval!

If you are still facing any problem follow steps given in this [website](https://thenewstack.io/getting-legit-with-git-and-github-your-first-pull-request/)