Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Git workflow #22

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion docs/basic-git-workflow.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Basic Git workflow

The following 6 steps outline a typical workflow with Git in Thermal. All steps & actions are explained in depth in their respective topics.
The following 6 steps outline a typical workflow using Git in Thermal. All these steps & actions are explained in depth in their respective topics.

## Opening a repository in Thermal

2 changes: 2 additions & 0 deletions src/data/doc-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
link: /how-it-works
- title: User interface overview
link: /user-interface-overview
- title: Basic Git workflow
link: /basic-git-workflow

- title: Adding repositories
items:
Expand Down