Skip to content

Commit 6e71f44

Browse files
Fixing a couple of typos and removed unnecessary line breaks (#216)
1 parent 3d608fe commit 6e71f44

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

+3-5
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,13 @@ 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 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.
3028

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

0 commit comments

Comments
 (0)