You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Available scenarios are described in sections below.
20
20
21
-
## Port Fix
21
+
## Cherry Pick
22
+
23
+
{{% alert color="info" %}}
24
+
This functionality was known as "Port Fix" in previous versions of StudioPro. It has been renamed to "Cherry Pick" to keep it more consistent with the native Git name for the operation.
25
+
{{% /alert %}}
22
26
23
27
This scenario allows you to move a fix from a maintenance branch line to the main line. If you just want to redo a small fix, a single commit is often enough.
24
28
25
-
Port fix adds changes from the selected commit to your branch line. You will need to explicitly commit these changes after performing the port fix.
29
+
Cherry pick adds changes from the selected commit to your branch line. You will need to explicitly commit these changes after performing the cherry pick.
0 commit comments