Skip to content

Commit 3d608fe

Browse files
removing line breaks from incorrect places (#215)
1 parent 30b00d8 commit 3d608fe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/user-guide/projects/online/stage-commit.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,15 @@ You can "add", "remove" or "ignore" files. "Add" will update the file on git or
2626

2727
## Commit
2828

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.
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 be added, remove, or ignored. You find list of files at the bottom.
3130

3231
![](/img/committing_commit_1.png)
3332
![](/img/committing_commit_2.png)
3433

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).
34+
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).
3735

3836
When you select "Commit", your git repository will be updated.
3937

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).
38+
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).
4239

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

0 commit comments

Comments
 (0)