Skip to content

Commit 0d5ac91

Browse files
authored
Merge pull request #182 from trevor-polidore/update-cloud-patch-feature
update Cloud Patches section
2 parents 6fac2cf + 3df25de commit 0d5ac91

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

_images/gkc-create-cloud-patch.png

-157 KB
Binary file not shown.

gitkraken-client/experimental-features.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,9 @@ https://platform.openai.com/account/api-keys
113113

114114
A Cloud Patch is a Git patch GitKraken securely stores for you so you can easily share changes with your team. The code is transferred directly from your machine into secure storage - this is managed by GitKraken. Currently, anybody with access to the Cloud Patch link can view the code and apply the patch to their repository.
115115

116-
To create a Cloud Patch, right-click a file(s) in your working directory and select `Share file(s) as cloud patch`. You can also click the share icon <i class="fa-solid fa-share"></i> in the commit panel. Once created, you can select `copy cloud patch link` from the toast or by right-clicking a Cloud Patch in the left panel where all your Cloud Patches will be listed.
116+
To create a Cloud Patch, click the share icon <i class="fa-solid fa-share"></i> in the WIP commit panel and stage the changes you want to include in the Cloud Patch. You can also create a Cloud Patch from a commit by right-clicking on a commit in the Commit Graph and selecting `Share commit as Cloud Patch`. Once created, you can select `Copy Cloud Patch link` from the toast or by right-clicking a Cloud Patch in the left panel where all your Cloud Patches will be listed.
117117

118-
<img src='/wp-content/uploads/gkc-create-cloud-patch.png' class='img-bordered img-responsive center'>
119-
120-
This link can be shared with users to open the patch in GitKraken. When a link is selected, the user will be prompted to open the client, clone or open the repository if not known to GitKraken Client, and then select the base branch to apply the patch to. From here, they can simply select `apply patch to <branch>`.
118+
This link can be shared with users to open the Cloud Patch in GitKraken. When a Cloud Patch link is opened, the user will be prompted to open the client, clone or open the repository if not known to GitKraken Client, and then select the base branch to apply the patch to. From here, they can simply select `apply patch to <branch>`.
121119

122120
<img src='/wp-content/uploads/gkc-apply-cloud-patch.png' class='img-bordered img-responsive center'>
123121

0 commit comments

Comments
 (0)