mirror of
https://github.com/danielauener/git-auf-deutsch.git
synced 2025-02-02 06:07:42 +01:00
s/log/Tagebuch
This commit is contained in:
parent
ca6f069de5
commit
ea7a2050e7
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,7 @@ Es folgen zwei Tabellen mit Vorschlägen für den täglichen Gebrauch.
|
|||
| repository | repo | Lagerstätte |
|
||||
| branch | branch | Zweig |
|
||||
| commit | commit | Übergabe |
|
||||
| log | log | Tagebuch |
|
||||
| pull request | pull request | Ziehbegehren |
|
||||
| merge request | merge request | Vereinigungsbegehren |
|
||||
| stash | stash | Bunker |
|
||||
|
@ -63,5 +64,6 @@ vor:
|
|||
git config --global alias.vereinige merge
|
||||
git config --global alias.bunkere stash
|
||||
git config --global alias.markiere tag
|
||||
git config --global alias.tagebuch log
|
||||
|
||||
alias depp=git
|
||||
|
|
Loading…
Reference in a new issue