Use Git aliases in local contribution guide
1 unresolved thread
1 unresolved thread
Compare changes
@@ -83,17 +83,17 @@ Build the Docker image. This might take a bit longer, as `mkdocs` and other nece
@@ -83,17 +83,17 @@ Build the Docker image. This might take a bit longer, as `mkdocs` and other nece
alias wikiscript="docker run --name=hpc-compendium --rm -w /docs --mount src=${PWD},target=/docs,type=bind hpc-compendium"
alias wiki="docker run --name=hpc-compendium -p 8000:8000 --rm -w /docs --mount src=${PWD}/doc.zih.tu-dresden.de,target=/docs,type=bind hpc-compendium"
@@ -104,8 +104,8 @@ Here is a suggestion of a workflow which might be suitable for you.
@@ -104,8 +104,8 @@ Here is a suggestion of a workflow which might be suitable for you.
@@ -118,8 +118,8 @@ You can view the documentation via `http://localhost:8000` in your browser, now.
@@ -118,8 +118,8 @@ You can view the documentation via `http://localhost:8000` in your browser, now.
echo http://$(docker inspect -f "{{.NetworkSettings.IPAddress}}" $(docker ps -qf "name=hpc-compendium")):8000
@@ -150,8 +150,8 @@ case, failing checks prevent commits (unless you use option `--no-verify`). This
@@ -150,8 +150,8 @@ case, failing checks prevent commits (unless you use option `--no-verify`). This
@@ -166,8 +166,8 @@ Read on if you want to run a specific check.
@@ -166,8 +166,8 @@ Read on if you want to run a specific check.
@@ -175,14 +175,14 @@ wiki markdownlint docs
@@ -175,14 +175,14 @@ wiki markdownlint docs
wikiscript doc.zih.tu-dresden.de/util/check-spelling.sh doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md
@@ -195,8 +195,8 @@ The script `util/check-no-floating.sh` first checks the hierarchy depth of the p
@@ -195,8 +195,8 @@ The script `util/check-no-floating.sh` first checks the hierarchy depth of the p
@@ -215,8 +215,8 @@ With the script `doc.zih.tu-dresden.de/util/check-links.sh`, you can either chec
@@ -215,8 +215,8 @@ With the script `doc.zih.tu-dresden.de/util/check-links.sh`, you can either chec
@@ -225,14 +225,14 @@ The script can also check the links in all modified files, i.e., markdown files
@@ -225,14 +225,14 @@ The script can also check the links in all modified files, i.e., markdown files
I just noticed that this should be:
changed this line in version 2 of the diff
I think this is wrong now. In the "Initial Setup of your Local Clone " it states:
/tmp
as the start directory.)mkdir hpc-wiki
cd hpc-wiki
So it should clearly be
cd hpc-wiki
.