Skip to content

Commit

Permalink
Fixing a couple of typos and removed unnecessary line breaks (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
francisco-milan authored Mar 17, 2024
1 parent 3d608fe commit 6e71f44
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/user-guide/projects/online/stage-commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ Select "Stage" to collect the changed files into a staging area. All changed fil

![](/img/committing_stage.png)

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 "Commii Selected".
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".

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

## 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, removed, or ignored. You find the list of files at the bottom.

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

0 comments on commit 6e71f44

Please sign in to comment.