Skip to content

Commit 5fc0935

Browse files
committed
Add demo video for Elegant Git usage
1 parent 11057af commit 5fc0935

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,10 @@
1717
# Elegant Git
1818
Elegant Git is an assistant who carefully makes routine work with Git.
1919

20-
Please visit <https://elegant-git.bees-hive.org/> to get started with user documentation or continue
21-
reading to get the project's development details.
20+
Please visit <https://elegant-git.bees-hive.org/> to get started with user documentation or
21+
click on the picture :point_down::point_down::point_down: to see a demo.
22+
23+
[![Elegant Git Demo](docs/git-elegant-demo.png)](http://www.youtube.com/watch?v=Py6bpwJw30I)
2224

2325
---
2426

docs/git-elegant-demo.png

586 KB
Loading

docs/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Used philosophy
1212
> _Sounds interesting? Go to [getting started](getting-started.md) guide or take a look for
1313
available [commands](commands.md)._
1414

15+
<center><iframe width="560" height="315" src="https://www.youtube.com/embed/Py6bpwJw30I"
16+
frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope;
17+
picture-in-picture" allowfullscreen></iframe></center>
18+
1519
Elegant Git encourages using of
1620
[GitHub flow](https://guides.github.com/introduction/flow/). However, you can try to apply it to
1721
your branching strategy as well.

quality-pipeline.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ pipeline() {
2222
mkdocs build --clean --strict || fail "Unable to build the documentation."
2323
pdd --exclude=.idea/**/* \
2424
--exclude=site/**/* \
25+
--exclude=docs/*.png \
2526
--verbose --file=/dev/null || fail "Unreadable todo is identified."
2627
(
2728
./.wf/docs-generation.bash

0 commit comments

Comments
 (0)