Skip to content

Commit a24c898

Browse files
DeNic0lacarlobeltrame
authored andcommitted
feedback fix III
1 parent d511b25 commit a24c898

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ Alternatively you can
116116
<strong>Consider examining the file before running random code from a public Git repo.</strong>
117117
118118
```shell
119-
# Ensure the file is executable
120-
chmod +x .git/hooks/pre-commit
121119
# Create a link, alternatively use 'cp' instead of 'ln' to copy
122120
ln ./pre-commit.sh .git/hooks/pre-commit
121+
# Ensure the file is executable
122+
chmod +x .git/hooks/pre-commit
123123
# Lets see how long execution takes
124124
time .git/hooks/pre-commit
125125
```

CONTRIBUTING_DE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ Alternativ kannst du
116116
<strong>Beachte, du gibst nun einer Datei aus dem Internet die Berechtigung auf deinem Computer ausgeführt zu werden. Es ist Empfehlenswert in solchen Fällen sicherzustellen das du dem Code und Author vertraust. (Oder noch besser: verstehst, was der Code macht)</strong>
117117

118118
```shell
119-
# Datei ausführbar machen
120-
chmod +x .git/hooks/pre-commit
121119
# Einen Verweiss auf die Datei erstellen, alternativ kannst du 'cp' anstelle von 'ln' verwenden um die Datei zu kopieren
122120
ln ./pre-commit.sh .git/hooks/pre-commit
121+
# Datei ausführbar machen
122+
chmod +x .git/hooks/pre-commit
123123
# Sieh dir an wie Lange die ausführung dauert und stelle sicher, dass alles funktioniert
124124
time .git/hooks/pre-commit
125125
```

0 commit comments

Comments
 (0)