質問するログイン新規登録

回答編集履歴

1

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

2019/04/17 02:58

投稿

ozwind918
ozwind918

スコア1140

answer CHANGED
@@ -1,5 +1,9 @@
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
- > チェックアウトしたブランチがリモート上流リンク であれば VS Code はプッシュ、プル、同期 の便利な操作可能にします(syncはpushのあとpull)... メニューでこれら操作を確認できます。
3
+ 上記は非公式和訳版でしたで、公式引用て回答しなおします。
4
4
 
5
- 和訳が間違っていますが、[原文](https://code.visualstudio.com/docs/editor/versioncontrol)では同期はプルのあとプッシュすると記載があります。
5
+ [VSCodeでのバージョン管理](https://code.visualstudio.com/docs/editor/versioncontrol)記載があります。
6
+
7
+ > 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.
8
+
9
+ 同期(sync)はpullコマンドのあとにpushコマンドを発行すると記載があります。