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/stage-commit.md
+5-10
Original file line number
Diff line number
Diff line change
@@ -18,26 +18,21 @@ Select "Stage" to collect the changed files into a staging area. All changed fil
18
18
19
19

20
20
21
-
In order to commit any change to your repo, you can either select "Add All and Commit" or pick individual files using the action links to the right
22
-
and click "Commii Selected".
21
+
In order to commit any change to your repo, you can either select "Add All and Commit" or pick individual files using the action links to the right and click "Commit Selected".
23
22
24
-
You can "add", "remove" or "ignore" files. "Add" will update the file on git or create it if it doesn't exist yet. "Remove" will drop the file from git.
25
-
"Ignore" will include the file in the [ignore list](/user-guide/repo-settings/dot-abapgit.md) without changing it in git.
23
+
You can "add", "remove" or "ignore" files. "Add" will update the file on git or create it if it doesn't exist yet. "Remove" will drop the file from git. "Ignore" will include the file in the [ignore list](/user-guide/repo-settings/dot-abapgit.md) without changing it in git.
26
24
27
25
## Commit
28
26
29
-
Before any changes are transferred to your git repository, you can review them on the "Commit Page". At the top you get a summary of how many files will
30
-
be added, remove, or ignored. You find list of files at the bottom.
27
+
Before any changes are transferred to your git repository, you can review them on the "Commit Page". At the top you get a summary of how many files will be added, removed, or ignored. You find the list of files at the bottom.
31
28
32
29

33
30

34
31
35
-
For each commit, you have to enter three mandatory fields: "Comment", "Committer Name", and "Committer Email". Optionally, you can enter a longer
36
-
description of your changes in "Body". Or you may enter an "Author Name" and "Author Email" if it's different from the committer (i.e. the current user).
32
+
For each commit, you have to enter three mandatory fields: "Comment", "Committer Name", and "Committer Email". Optionally, you can enter a longer description of your changes in "Body". Or you may enter an "Author Name" and "Author Email" if it's different from the committer (i.e. the current user).
37
33
38
34
When you select "Commit", your git repository will be updated.
39
35
40
-
abapGit will update the local state of the objects and return to the repository view. Objects that were committed are now listed as unchanged (i.e. identical
41
-
to the definition in git).
36
+
abapGit will update the local state of the objects and return to the repository view. Objects that were committed are now listed as unchanged (i.e. identical to the definition in git).
0 commit comments