Skip to content

Commit bb17915

Browse files
authored
Translated A-git-in-other-environments.asc to german (#59)
1 parent 368f607 commit bb17915

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

A-git-in-other-environments.asc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[[A-git-in-other-environments]]
22
[appendix]
3-
== Git in Other Environments
3+
== Git in anderen Umgebungen
44

5-
If you read through the whole book, you've learned a lot about how to use Git at the command line.
6-
You can work with local files, connect your repository to others over a network, and work effectively with others.
7-
But the story doesn't end there; Git is usually used as part of a larger ecosystem, and the terminal isn't always the best way to work with it.
8-
Now we'll take a look at some of the other kinds of environments where Git can be useful, and how other applications (including yours) work alongside Git.
5+
Wenn Sie das ganze Buch durchgelesen haben, haben Sie viel darüber gelernt, wie man Git auf der Kommandozeile benutzt.
6+
Sie können mit lokalen Dateien arbeiten, Ihr Repository über ein Netzwerk mit anderen verbinden und effektiv mit anderen zusammenarbeiten.
7+
Aber die Geschichte endet nicht dort; Git wird normalerweise als Teil eines größeren Ökosystems verwendet, und die Kommandozeile ist nicht immer die beste Möglichkeit, damit zu arbeiten.
8+
Jetzt werden wir uns einige der anderen Arten von Umgebungen ansehen, in denen Git nützlich sein kann, und wie andere Anwendungen (einschließlich Ihrer) neben Git funktionieren.
99

1010
include::book/A-git-in-other-environments/sections/guis.asc[]
1111

@@ -23,6 +23,6 @@ include::book/A-git-in-other-environments/sections/zsh.asc[]
2323

2424
include::book/A-git-in-other-environments/sections/powershell.asc[]
2525

26-
=== Summary
26+
=== Zusammenfassung
2727

28-
You've learned how to harness Git's power from inside the tools that you use during your everyday work, and also how to access Git repositories from your own programs.
28+
Sie haben gelernt, wie Sie Gits Leistungsfähigkeit in den Tools nutzen, die Sie während Ihrer täglichen Arbeit verwenden, und wie Sie aus Ihren eigenen Programmen auf Git-Repositorys zugreifen können.

status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"sections/transfer-protocols.asc": 100
109109
},
110110
"A-git-in-other-environments": {
111-
"1-git-other-environments.asc": 0,
111+
"1-git-other-environments.asc": 100,
112112
"sections/bash.asc": 0,
113113
"sections/eclipse.asc": 0,
114114
"sections/guis.asc": 0,

0 commit comments

Comments
 (0)