diff --git a/docs/commit-changes.md b/docs/commit-changes.md new file mode 100644 index 00000000..1b89ec55 --- /dev/null +++ b/docs/commit-changes.md @@ -0,0 +1,10 @@ +# Committing Changes + +You can commit changes to your local repository in the workspace page. The Commit button is enabled as soon as... + +* a commit subject was entered _(filling the "Extended Description" textfield is optional)_ and +* staged changes are present. + +![Commit workspace](./images/commit-workspace.png) + +**NOTE:** Selecting a file for committing doesn't actually stage the file in Git. diff --git a/docs/images/commit-workspace.png b/docs/images/commit-workspace.png new file mode 100644 index 00000000..0326bfeb Binary files /dev/null and b/docs/images/commit-workspace.png differ diff --git a/src/data/doc-links.yml b/src/data/doc-links.yml index 0072f6b6..c0c15f9b 100644 --- a/src/data/doc-links.yml +++ b/src/data/doc-links.yml @@ -21,6 +21,11 @@ - title: Create repository link: /create-repository +- title: Working copy + items: + - title: Committing Changes + link: /commit-changes + - title: Managing repositories items: - title: Overview