回答編集履歴

1

非公式和訳を引用していたので修正

2019/04/17 02:58

投稿

ozwind918
ozwind918

スコア1140

test CHANGED
@@ -1,9 +1,17 @@
1
- [VScodeのバージョン管理](https://vscode-doc-jp.github.io/docs/userguide/versioncontrol.html)に記載があります。
1
+ ~~[VScodeのバージョン管理](https://vscode-doc-jp.github.io/docs/userguide/versioncontrol.html)に記載があります。~~
2
2
 
3
3
 
4
4
 
5
- > チェックアウトしたブランチがリモート上流リンク であれば VS Code はプッシュ、プル、同期 の便利な操作可能にします(syncはpushのあとpull)... メニューでこれら操作を確認できます。
5
+ 上記は非公式和訳版でしたで、公式引用て回答しなおします。
6
6
 
7
7
 
8
8
 
9
- 和訳が間違っていますが、[原文](https://code.visualstudio.com/docs/editor/versioncontrol)では同期はプルのあとプッシュすると記載があります。
9
+ [VSCodeでのバージョン管理](https://code.visualstudio.com/docs/editor/versioncontrol)記載があります。
10
+
11
+
12
+
13
+ > Given that your repository is connected to some remote and that your checked out branch has an upstream link to a branch in that remote, VS Code offers you useful actions to push, pull and sync that branch (the latter will run a pull command followed by a push command). You can find these actions in the More Actions ... menu.
14
+
15
+
16
+
17
+ 同期(sync)はpullコマンドのあとにpushコマンドを発行すると記載があります。