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
Copy file name to clipboardExpand all lines: website/docs/CloneStudioViya.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,13 @@ You can create a Git profile in SAS Studio using SSH keys or HTTPS. See [Working
23
23
3. Select <imgwidth="12"height="14"alt="GitRepository"src="https://github.com/user-attachments/assets/0fec2580-827d-475d-87dc-23ec269d124f" /> (**Git Repositories**) and double-click `sas-code-examples` to open the repository in a tab. Any programs that have been modified or created will be listed in the _Unstaged Changes_ list. Select one or more programs from the list and use the down arrow icons to move them to the _Staged Changes_.
24
24
4. View the program on the right to examine highlighted portions of the code that have been added or removed.
25
25
5. Type a message in the **Commit Comment** box that describes the modifications made to the program(s), then click **Commit**.
26
-
> [!NOTE]
27
-
> It is a good practice to stage one program at a time to provide an appropriate comment for the new commit. Only commit multiple programs at once if a single comment applies to all changes.
26
+
27
+
:::tip
28
+
29
+
It is a good practice to stage one program at a time to provide an appropriate comment for the new commit. Only commit multiple programs at once if a single comment applies to all changes.
30
+
31
+
:::
32
+
28
33
6. Click **Push Main** to push the commits to your personal remote repository in GitHub.
29
34
7. Return to your forked copy of the repository on GitHub.com and refresh the page to verify the changes have been synced.
30
35
@@ -33,8 +38,13 @@ At any point you can request to merge your personal repository changes with the
33
38
1. Refresh the GitHub page for your personal forked repository. The following message indicates that you have updates in your branch that are not year in the public repository. <imgwidth="758"height="100"alt="image"src="https://github.com/user-attachments/assets/15299b74-3db3-4283-a4e7-728ca899647f" />
34
39
1. Select **Contribute** > **Open pull request**.
35
40
2. You may provide a description to explain the changes made. Note that the person approving your request will be able to review all file changes to ensure all contribution rules are followed and that there are no conflicts with other updates.
36
-
> [!IMPORTANT]
37
-
> Your contribution must meet the project's contribution guidelines. See `CONTRIBUTING.md` for details. The last line in the PR description must be the following text: `Signed-off-by: Name <email.address>`
41
+
42
+
:::warning
43
+
44
+
Your contribution must meet the project's contribution guidelines. See `CONTRIBUTING.md` for details. The last line in the PR description must be the following text: `Signed-off-by: Name <email.address>`.
45
+
46
+
:::
47
+
38
48
3. Click **Create pull request**. You will likely see the following message, which can be ignored: <imgwidth="509"height="198"alt="image"src="https://github.com/user-attachments/assets/73d765b2-b15d-450f-97ef-d9223a2c97bd" />
39
49
4. The PR will go to the repository maintainers for approval. If there are issues with your requested changes, you may be asked in the comments of the PR to make further edits and recommit your file(s).
40
50
5. Once all changes are approved, they will be merged into the main repository. You will see the following message in your PR: <imgwidth="561"height="144"alt="image"src="https://github.com/user-attachments/assets/e41b8172-9397-49f4-8acd-7a090e32aefb" />
0 commit comments