From 6e71f4416e65c31791145651cec8b97688b2124b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Francisco=20Mil=C3=A1n?= <36721657+francisco-milan@users.noreply.github.com> Date: Sun, 17 Mar 2024 10:12:00 -0600 Subject: [PATCH] Fixing a couple of typos and removed unnecessary line breaks (#216) --- src/user-guide/projects/online/stage-commit.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/user-guide/projects/online/stage-commit.md b/src/user-guide/projects/online/stage-commit.md index 74cc2863e..504319efb 100755 --- a/src/user-guide/projects/online/stage-commit.md +++ b/src/user-guide/projects/online/stage-commit.md @@ -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)