mirror of
https://github.com/danielauener/git-auf-deutsch.git
synced 2024-11-14 10:19:59 +00:00
Update README.md
This commit is contained in:
parent
72992104b7
commit
a8c6b8d58e
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,7 @@ Es folgen zwei Tabellen mit Vorschlägen für den täglichen Gebrauch.
|
|||
| stash | stashen | bunkern |
|
||||
| tag | tagen | markieren |
|
||||
| cherry-pick | cherry-picken | Rosinen herauspicken |
|
||||
| checkout | checkouten | nehmen |
|
||||
|
||||
| Substantiv | Aktueller Gebrauch | Vorschlag |
|
||||
|---------------|--------------------|----------------------|
|
||||
|
@ -63,6 +64,7 @@ vor:
|
|||
git config --global alias.vereinige merge
|
||||
git config --global alias.bunkere stash
|
||||
git config --global alias.markiere tag
|
||||
git config --global alias.nimm checkout
|
||||
|
||||
Und füge die folgende Zeile zu deiner `~/.bashrc` (oder das Äquivalent auf deinem Betriebssystem) hinzu:
|
||||
|
||||
|
|
Loading…
Reference in a new issue