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:
@@ -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:
|
||||
|
||||
|
@@ -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`
|
||||
|
||||
|
Reference in New Issue
Block a user