Skip to content

Commit

Permalink
feedback fix III
Browse files Browse the repository at this point in the history
  • Loading branch information
DeNic0la authored and carlobeltrame committed Dec 19, 2023
1 parent d511b25 commit a24c898
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ Alternatively you can
<strong>Consider examining the file before running random code from a public Git repo.</strong>
```shell
# Ensure the file is executable
chmod +x .git/hooks/pre-commit
# Create a link, alternatively use 'cp' instead of 'ln' to copy
ln ./pre-commit.sh .git/hooks/pre-commit
# Ensure the file is executable
chmod +x .git/hooks/pre-commit
# Lets see how long execution takes
time .git/hooks/pre-commit
```
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ Alternativ kannst du
<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>

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

0 comments on commit a24c898

Please sign in to comment.