multiple pages, MAINTAINERS: remove trailing whitespace at line ends (#5151)

* multiple pages: remove trailing whitespace at the end of lines

* MAINTAINERS: remove trailing whitespace at the end of lines
This commit is contained in:
bl-ue
2021-01-16 10:33:31 -05:00
committed by GitHub
parent 7f63c6eee9
commit 9614569655
17 changed files with 23 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
# git add
> Fügt Dateien zum Index/Stage hinzu.
> Mehr Informationen: <https://git-scm.com/docs/git-add>.
> Fügt Dateien zum Index/Stage hinzu.
> Mehr Informationen: <https://git-scm.com/docs/git-add>.
- Fügt eine Datei zum Index/Stage hinzu:

View File

@@ -3,7 +3,7 @@
> Commit Dateien in das Repository.
> Mehr Informationen: <https://git-scm.com/docs/git-commit>.
- Commiten von gestagten Dateien zum Repository mit einer Nachricht:
- Commiten von gestagten Dateien zum Repository mit einer Nachricht:
`git commit -m {{message}}`
@@ -11,7 +11,7 @@
`git commit -a -m {{message}}`
- Ersetzt den letzten Commit mit den gerade auf dem Stage liegenden Änderungen:
- Ersetzt den letzten Commit mit den gerade auf dem Stage liegenden Änderungen:
`git commit --amend`