mirror of
https://github.com/danielauener/git-auf-deutsch.git
synced 2024-11-14 18:29:59 +00:00
s/status/Zustand
This commit is contained in:
parent
ea7a2050e7
commit
f635df9e3d
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ Es folgen zwei Tabellen mit Vorschlägen für den täglichen Gebrauch.
|
||||||
| pull request | pull request | Ziehbegehren |
|
| pull request | pull request | Ziehbegehren |
|
||||||
| merge request | merge request | Vereinigungsbegehren |
|
| merge request | merge request | Vereinigungsbegehren |
|
||||||
| stash | stash | Bunker |
|
| stash | stash | Bunker |
|
||||||
|
| status | status | Zustand |
|
||||||
| tag | tag | Markierung |
|
| tag | tag | Markierung |
|
||||||
|
|
||||||
## Beispiele
|
## Beispiele
|
||||||
|
@ -65,5 +66,6 @@ vor:
|
||||||
git config --global alias.bunkere stash
|
git config --global alias.bunkere stash
|
||||||
git config --global alias.markiere tag
|
git config --global alias.markiere tag
|
||||||
git config --global alias.tagebuch log
|
git config --global alias.tagebuch log
|
||||||
|
git config --global alias.zustand status
|
||||||
|
|
||||||
alias depp=git
|
alias depp=git
|
||||||
|
|
Loading…
Reference in a new issue