diff --git a/src/webviewContent.ts b/src/webviewContent.ts index 5d67da1..c1dd359 100644 --- a/src/webviewContent.ts +++ b/src/webviewContent.ts @@ -132,6 +132,12 @@ export function getWebviewContent(cspSource: string, assetsPath: Uri) {
git merge [branch_name]
+ +

Checkout specific file from other branch for later commit in active branch

+
+ +
git checkout [branch_name] -- [path_to_file]
+

Working with a Remote Repository