|
1 | 1 | === Git in Visual Studio Code |
2 | 2 |
|
3 | | -Visual Studio Code has git support built in. |
4 | | -You will need to have git version 2.0.0 (or newer) installed. |
| 3 | +In Visual Studio Code ist Git-Unterstützung bereits integriert. |
| 4 | +Sie müssen dafür Git Version 2.0.0 (oder höher) installiert haben. |
5 | 5 |
|
6 | | -The main features are: |
| 6 | +Die Hauptfeatures sind: |
7 | 7 |
|
8 | | -* See the diff of the file you are editing in the gutter. |
9 | | -* The Git Status Bar (lower left) shows the current branch, dirty indicators, incoming and outgoing commits. |
10 | | -* You can do the most common git operations from within the editor: |
11 | | -** Initialize a repository. |
12 | | -** Clone a repository. |
13 | | -** Create branches and tags. |
14 | | -** Stage and commit changes. |
15 | | -** Push/pull/sync with a remote branch. |
16 | | -** Resolve merge conflicts. |
17 | | -** View diffs. |
18 | | -* With a extension, you can also handle GitHub Pull Requests: |
19 | | - https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github[] |
| 8 | +* Sehen Sie den Unterschied der Datei, die Sie bearbeiten, in der Seitenleise. |
| 9 | +* In der Git-Statusleiste (unten links) werden der aktuelle Branch, die Dirty-Indikatoren sowie eingehende und ausgehende Commits angezeigt. |
| 10 | +* Sie können die gebräuchlichsten Git-Operationen im Editor ausführen: |
| 11 | +** Initialisiere ein Repository. |
| 12 | +** Klonen Sie ein Repository. |
| 13 | +** Erstellen Sie Branches und Tags. |
| 14 | +** Änderungen bereitstellen und festschreiben. |
| 15 | +** Push/Pull/Sync mit einem entfernten Branch. |
| 16 | +** Zusammenführungskonflikte lösen. |
| 17 | +** Unterschiede anzeigen. |
| 18 | +* Mit einer Erweiterung können Sie auch GitHub Pull-Requests bearbeiten: |
| 19 | + https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github[] |
20 | 20 |
|
21 | | -The official documentation can be found here: https://code.visualstudio.com/Docs/editor/versioncontrol[] |
| 21 | +Die offizielle Dokumentation finden Sie hier: https://code.visualstudio.com/Docs/editor/versioncontrol[] |
0 commit comments