Skip to content

Commit

Permalink
removing line breaks from incorrect places (#215)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-milan authored Mar 17, 2024
1 parent 30b00d8 commit 3d608fe
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/user-guide/projects/online/stage-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,15 @@ You can "add", "remove" or "ignore" files. "Add" will update the file on git or

## Commit

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

![](/img/committing_commit_1.png)
![](/img/committing_commit_2.png)

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

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

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

![](/img/committing_done.png)

0 comments on commit 3d608fe

Please sign in to comment.