Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oleksiyrudenko/test-repo
- Owner: OleksiyRudenko
- Created: 2018-11-12T12:06:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-16T15:19:16.000Z (over 2 years ago)
- Last Synced: 2024-10-29T20:13:38.366Z (2 months ago)
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```