You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some labs demonstrating *Git*, *GitHub* or *GitLab* features or solutions.
10
-
11
9
ifdef::env-github[]
12
-
Please read the entire content of this link:README.adoc[] (and other link:docs[]) through the https://gitlab.com/paulojeronimo/git-labs[GitLab mirror of this project^]. +
13
-
This is because https://github.com/github/markup/issues/1095[GitHub does not render `includes` in Asciidoc documents correctly^]. 😒
10
+
<<labs,Some labs>> demonstrating *Git*, *GitHub* or *GitLab* features or solutions.
14
11
endif::[]
15
-
16
12
ifndef::env-github[]
17
-
// AsciiDoc URIs and Attributes (a shared project)
18
13
include::asciidoc-una/uris.adoc[]
19
14
include::asciidoc-una/attributes.adoc[]
20
15
21
-
Currently, these labs are written in {shell-script}, by trying to apply <<docs/tdd#,TDD>> in {Bash} and using command-line tools available in macOS and Linux distributions like {Git} (of course), {sed}, {awk}, {rsync}, {yq}, etc.
16
+
<<labs,Some labs>> demonstrating {Git}, {GitHub} or {GitLab} features or solutions.
17
+
endif::[]
18
+
19
+
ifdef::env-github[]
20
+
Please read the entire content of this link:README.adoc[] (and other link:docs[]) through the site https://paulojeronimo.github.io/git-labs or by using the https://gitlab.com/paulojeronimo/git-labs[GitLab mirror of this project^]. +
21
+
This is because https://github.com/github/markup/issues/1095[GitHub does not render `includes` in Asciidoc documents correctly^]. 😒
22
+
endif::[]
23
+
24
+
ifndef::env-github[]
25
+
Currently, <<labs,these labs>> are written in {shell-script}, by trying to apply <<docs/tdd#,TDD>> in {Bash} and using command-line tools available in macOS and Linux distributions like {Git} (of course), {sed}, {awk}, {rsync}, {yq}, etc.
22
26
23
27
*This is an {open-source} project ({MITLicense}).*
24
28
@@ -30,8 +34,8 @@ Please, read the <<docs/contribution-guidelines#,contribution guidelines>>. +
30
34
Fell free fork {uri-paulojeronimo-git-labs}[this repo^], add your lab, and {uri-github-creating-a-pull-request-from-a-fork}[make a pull request^] to add it.
31
35
32
36
WARNING: This HTML is generated by the link:README.adoc[] file which, in turn,
33
-
is generated by link:build.sh[] script.
34
-
So, do not edit it directly because it will be overwritten!
37
+
is generated by link:build.sh[] script using the sources commited with id https://github.com/paulojeronimo/git-labs/commit/1c470b5[1c470b5^]. +
38
+
Please, do not edit it directly because it will be overwritten!
35
39
36
40
ifdef::env-gitlab[]
37
41
WARNING: This repo is a mirror of {uri-paulojeronimo-git-labs}.
@@ -54,9 +58,11 @@ To run a lab, type:
54
58
. If you append the `-x` parameter you will see a detailed execution.
55
59
====
56
60
57
-
Available labs:
61
+
[[labs]] *Available labs*:
58
62
59
63
[%reversed]
64
+
. link:lab113.sh[]: Publish a GitHub Pages branch (gh-pages) with the HTML content of this repo.
65
+
.. Created in 2020-07-07T21:23:14-03:00
60
66
. link:lab112.sh[]: A variant of link:lab111.sh[] producing a more detailed log (link:docs/lab112{outfilesuffix}[read more]).
Some labs demonstrating *Git*, *GitHub* or *GitLab* features or solutions.
10
-
11
9
ifdef::env-github[]
12
-
Please read the entire content of this link:README.adoc[] (and other link:docs[]) through the https://gitlab.com/paulojeronimo/git-labs[GitLab mirror of this project^]. +
13
-
This is because https://github.com/github/markup/issues/1095[GitHub does not render `includes` in Asciidoc documents correctly^]. 😒
10
+
<<labs,Some labs>> demonstrating *Git*, *GitHub* or *GitLab* features or solutions.
14
11
endif::[]
15
-
16
12
ifndef::env-github[]
17
-
// AsciiDoc URIs and Attributes (a shared project)
18
13
include::asciidoc-una/uris.adoc[]
19
14
include::asciidoc-una/attributes.adoc[]
20
15
21
-
Currently, these labs are written in {shell-script}, by trying to apply <<docs/tdd#,TDD>> in {Bash} and using command-line tools available in macOS and Linux distributions like {Git} (of course), {sed}, {awk}, {rsync}, {yq}, etc.
16
+
<<labs,Some labs>> demonstrating {Git}, {GitHub} or {GitLab} features or solutions.
17
+
endif::[]
18
+
19
+
ifdef::env-github[]
20
+
Please read the entire content of this link:README.adoc[] (and other link:docs[]) through the site https://paulojeronimo.github.io/git-labs or by using the https://gitlab.com/paulojeronimo/git-labs[GitLab mirror of this project^]. +
21
+
This is because https://github.com/github/markup/issues/1095[GitHub does not render `includes` in Asciidoc documents correctly^]. 😒
22
+
endif::[]
23
+
24
+
ifndef::env-github[]
25
+
Currently, <<labs,these labs>> are written in {shell-script}, by trying to apply <<docs/tdd#,TDD>> in {Bash} and using command-line tools available in macOS and Linux distributions like {Git} (of course), {sed}, {awk}, {rsync}, {yq}, etc.
22
26
23
27
*This is an {open-source} project ({MITLicense}).*
24
28
@@ -30,8 +34,8 @@ Please, read the <<docs/contribution-guidelines#,contribution guidelines>>. +
30
34
Fell free fork {uri-paulojeronimo-git-labs}[this repo^], add your lab, and {uri-github-creating-a-pull-request-from-a-fork}[make a pull request^] to add it.
31
35
32
36
WARNING: This HTML is generated by the link:README.adoc[] file which, in turn,
33
-
is generated by link:build.sh[] script.
34
-
So, do not edit it directly because it will be overwritten!
37
+
is generated by link:build.sh[] script using the sources commited with id https://github.com/paulojeronimo/git-labs/commit/COMMIT_ID[COMMIT_ID^]. +
38
+
Please, do not edit it directly because it will be overwritten!
35
39
36
40
ifdef::env-gitlab[]
37
41
WARNING: This repo is a mirror of {uri-paulojeronimo-git-labs}.
@@ -54,4 +58,4 @@ To run a lab, type:
54
58
. If you append the `-x` parameter you will see a detailed execution.
0 commit comments