Skip to content

Commit 452ecbd

Browse files
authored
Merge branch 'main' into larshp-patch-1
2 parents ebd06e7 + 6e71f44 commit 452ecbd

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

Diff for: src/user-guide/projects/online/stage-commit.md

+5-10
Original file line numberDiff line numberDiff line change
@@ -18,26 +18,21 @@ Select "Stage" to collect the changed files into a staging area. All changed fil
1818

1919
![](/img/committing_stage.png)
2020

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".
2322

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.
2624

2725
## Commit
2826

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.
3128

3229
![](/img/committing_commit_1.png)
3330
![](/img/committing_commit_2.png)
3431

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).
3733

3834
When you select "Commit", your git repository will be updated.
3935

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).
4237

4338
![](/img/committing_done.png)

0 commit comments

Comments
 (0)