Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/oleksiyrudenko/test-repo

A repo for the most weird git experiments
https://github.com/oleksiyrudenko/test-repo

Last synced: 17 days ago
JSON representation

A repo for the most weird git experiments

Awesome Lists containing this project

README

        

# test-repo

A repo for the most weird git experiments.

Yet another commit to test squashing commits that are on remote already.

Update `origin/master` on remote 181204-1227

`README.md`: update `origin/master` on remote 181204-1232 to test `feature` rebase
on amended file.

Add a change on `master`.

---

Attempt to embed youtube

---

https://mermaid-js.github.io/mermaid/#/integrations // https://github.com/mermaid-js/mermaid
```mermaid
gantt
title A Gantt Diagram
dateFormat YYYY-MM-DD
section Section
A task :a1, 2014-01-01, 30d
Another task :after a1 , 20d
section Another
Task in sec :2014-01-12 , 12d
another task : 24d
```