Skip to content

Commit 883bd4d

Browse files
authored
A-git-in-other-environments - sublimetext.asc auf Deutsch übersetzt (#73)
1 parent b8ae2a5 commit 883bd4d

File tree

2 files changed

+16
-13
lines changed

2 files changed

+16
-13
lines changed
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
=== Git in Sublime Text
22

3-
From version 3.2 onwards, Sublime Text has git integration in the editor.
3+
Sublime Text hat ab Version 3.2 eine Git-Integration im Editor.
44

5-
The features are:
5+
Die Funktionen sind:
66

7-
* The sidebar will show the git status of files and folders with a badge/icon.
8-
* Files and folders that are in your .gitignore file will be faded out in the sidebar.
9-
* In the status bar, you can see the current git branch and how many modifications you have made.
10-
* All changes to a file are now visible via markers in the gutter.
11-
* You can use part of the Sublime Merge git client functionality from within Sublime Text.
12-
(This requires that Sublime Merge is installed. See: https://www.sublimemerge.com/[])
7+
* In der Seitenleiste wird der Git-Status von Dateien und Ordnern mit einem Abzeichen/Symbol angezeigt.
8+
* Dateien und Ordner in Ihrer .gitignore-Datei werden in der Seitenleiste ausgeblendet.
9+
* In der Statusleiste sehen Sie den aktuellen Git-Branch und wie viele Änderungen Sie vorgenommen haben.
10+
* Alle Änderungen an einer Datei sind jetzt über Markierungen in der Seitenleiste sichtbar.
11+
* Sie können einen Teil der Funktionen des Sublime Merge Git-Clients in Sublime Text verwenden.
12+
(Dies setzt voraus, dass Sublime Merge installiert ist. Siehe: https://www.sublimemerge.com/[])
1313
14-
The official documentation for Sublime Text can be found here: https://www.sublimetext.com/docs/3/git_integration.html[]
14+
Die offizielle Dokumentation zu Sublime Text finden Sie hier: https://www.sublimetext.com/docs/3/git_integration.html[]

status.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,17 @@
107107
"sections/refspec.asc": 100,
108108
"sections/transfer-protocols.asc": 100
109109
},
110-
"A-git-in-other-environments": {
110+
"A-git-in-other-environments": {
111111
"1-git-other-environments.asc": 100,
112-
"sections/bash.asc": 0,
113-
"sections/eclipse.asc": 0,
112+
"sections/bash.asc": 100,
113+
"sections/eclipse.asc": 100,
114114
"sections/guis.asc": 0,
115+
"sections/jetbrainsides.asc": 100,
115116
"sections/powershell.asc": 0,
117+
"sections/sublimetext.asc": 100,
116118
"sections/visualstudio.asc": 0,
117-
"sections/zsh.asc": 0
119+
"sections/visualstudiocode.asc": 0,
120+
"sections/zsh.asc": 100
118121
},
119122
"B-embedding-git": {
120123
"1-embedding-git.asc": 0,

0 commit comments

Comments
 (0)