Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/commit-changes.md
Original file line number Diff line number Diff line change
@@ -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.
Binary file added docs/images/commit-workspace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/data/doc-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down