mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:15:42 +02:00
tig: add German translation (#6875)
This commit is contained in:
parent
43c9164d69
commit
90295737e8
1 changed files with 28 additions and 0 deletions
28
pages.de/common/tig.md
Normal file
28
pages.de/common/tig.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# tig
|
||||||
|
|
||||||
|
> Eine interaktive Kommandozeilenoberfläche für Git.
|
||||||
|
> Weitere Informationen: <https://github.com/jonas/tig>.
|
||||||
|
|
||||||
|
- Zeige die Commits des aktuellen Branches:
|
||||||
|
|
||||||
|
`tig`
|
||||||
|
|
||||||
|
- Zeige die Commits eines bestimmten Branches:
|
||||||
|
|
||||||
|
`tig {{branch}}`
|
||||||
|
|
||||||
|
- Zeige die Commits von bestimmten Dateien oder Verzeichnissen:
|
||||||
|
|
||||||
|
`tig {{pfad1 pfad2 …}}`
|
||||||
|
|
||||||
|
- Zeige die Unterschiede zwischen zwei Referenzen (wie z.B. Branches oder Tags):
|
||||||
|
|
||||||
|
`tig {{base_ref}}..{{compared_ref}}`
|
||||||
|
|
||||||
|
- Zeige die Commits von allen Branches und Stashes:
|
||||||
|
|
||||||
|
`tig --all`
|
||||||
|
|
||||||
|
- Zeige alle gespeicherten Stashes:
|
||||||
|
|
||||||
|
`tig stash`
|
Loading…
Add table
Reference in a new issue