File tree Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Expand file tree Collapse file tree 4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 17
17
# Elegant Git
18
18
Elegant Git is an assistant who carefully makes routine work with Git.
19
19
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 )
22
24
23
25
---
24
26
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ Used philosophy
12
12
> _ Sounds interesting? Go to [ getting started] ( getting-started.md ) guide or take a look for
13
13
available [ commands] ( commands.md ) ._
14
14
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
+
15
19
Elegant Git encourages using of
16
20
[ GitHub flow] ( https://guides.github.com/introduction/flow/ ) . However, you can try to apply it to
17
21
your branching strategy as well.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ pipeline() {
22
22
mkdocs build --clean --strict || fail " Unable to build the documentation."
23
23
pdd --exclude=.idea/** /* \
24
24
--exclude=site/** /* \
25
+ --exclude=docs/* .png \
25
26
--verbose --file=/dev/null || fail " Unreadable todo is identified."
26
27
(
27
28
./.wf/docs-generation.bash
You can’t perform that action at this time.
0 commit comments