diff --git a/docs/howto.md b/docs/howto.md index ae59823..fcabc2d 100644 --- a/docs/howto.md +++ b/docs/howto.md @@ -36,11 +36,12 @@ Stellen Sie hierfür sicher, dass [git](https://git-scm.com) installiert ist. 6. Änderungen übernehmen: - ``` - git add . - git commit -m "Beschreibung der Änderung" - ``` +```sh +git add . +git commit -m "Beschreibung der Änderung" +``` +{:start="7"} 7. Änderungen pushen: ```