mirror of
https://github.com/danielauener/git-auf-deutsch.git
synced 2025-03-10 07:39:04 +01:00
Merge pull request #18 from natorion/patch-1
alias depp=git gehoert in die .bashrc und checkout fehlt
This commit is contained in:
commit
1f5b298e7a
1 changed files with 4 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,5 +64,8 @@ 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:
|
||||
|
||||
alias depp=git
|
||||
|
|
Loading…
Reference in a new issue