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: src/user-guide/projects/online/first-project.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,30 @@ order: 40
6
6
7
7
## Repository Setup
8
8
9
-
* Create the repsitory on GitHub, make sure it contains someting eg. a README file
9
+
* Create the repository on GitHub, and make sure it contains something like a README file
10
10
* Start `ZABAPGIT`
11
11
* Clone the repository into abapGit
12
12
13
13
## Adding Objects
14
14
15
-
* Navigate to the repository, click the "add" link
16
-
* It will ask which object to add, select the object
17
-
* The object will be commited to the repository
15
+
* Navigate to the repository, click the "Add" link
16
+
* It will ask which object to add, then select the object
17
+
* The object will be committed to the repository
18
18
19
19
## Modifying Objects
20
20
21
-
After modifying a object, a "commit" link will show up in abapGit, click this to commit the changes to the remote repository.
21
+
After modifying an object, a "commit" link will show up in abapGit. Click this to commit the changes to the remote repository.
22
22
23
23
## Modifying Repository
24
24
25
-
If something is changed in the repository, a "pull" link will show up in abapGit. The changes must be pulled before new objects can be changed or added.
25
+
If something is changed in the repository, a "pull" link will show up in abapGit. The changes must be pulled before new objects can be changed or added.
26
+
27
+
## Handling Licenses
28
+
29
+
Open-source projects on GitHub typically include a `LICENSE` file that describes the repository's licensing terms.
30
+
31
+
:::info
32
+
Note: This license file will not be pulled into SAP systems by abapGit.
33
+
34
+
If your license requires, include the license terms in the comments of your main source code file. Alternatively, you can reference the license using an [SPDX License Identifier](https://spdx.dev/learn/handling-license-info/).
0 commit comments