Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ediamin/git_playground
- Owner: ediamin
- Created: 2014-06-04T14:27:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-04T18:06:12.000Z (over 10 years ago)
- Last Synced: 2024-04-23T14:04:28.003Z (7 months ago)
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 3This 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)