Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ediamin/git_playground

Git Playground is where I play with git. Simply a testing repo.
https://github.com/ediamin/git_playground

Last synced: 3 days ago
JSON representation

Git Playground is where I play with git. Simply a testing repo.

Awesome Lists containing this project

README

        

# Git Playground
I'm learning git and this is my testing repository. Here I'll play and learn git.

So let's first play with README.md file and learn some markdown syntax first.

[I'm following Markdown Cheatsheat](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheat) to learn Markdown. Yes, I know, *cheating* is **not** good for _learning_.

But let's just make a list in markdown.
## List title using header-2
* item 1
* item 2
* item 3

This line contains `an inline code`

```javascript
var str = "Some javascript code"
```

Table in Markdown is problamatic
| Installed OS | Version |
| ------------ | ----------:|
| Ubuntu | 14.04 |
| Android-x86 | Kitkat-RC2 |
| Windows | 7 |

The same table in pure HTML format

Installed OS
Version


Ubuntu
14.04


Android-x86
Kitkat-RC2


Windows
7

**Here is a nice Octocat image from _github cdn_**
![octocat](https://assets-cdn.github.com/images/modules/logos_page/Octocat.png)