From 11d4c092aa14db525abdb9d4cc9653d0b0f823ff Mon Sep 17 00:00:00 2001 From: Stephen Deaton Date: Mon, 19 Jan 2026 13:52:27 -0500 Subject: [PATCH] Improve formatting for clone screenshot. Add label name on push to server button. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e79935..ccaeec8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For lots of great information about writing markdown syntax referencing the [Git This repository can be cloned locally with the following process: * Open a command prompt in the folder where you intend to clone the repository * `git clone https://git.jaj.com/sdeaton/HowToWiki.git` - ![Git Clone Command](images/git_clone.png) +* ![Git Clone Command](images/git_clone.png) * Close the command prompt (we'll do the rest in VSCode) * Right-click the newly created `HowToWiki` folder and select **Open With VSCode** * Ensure you have the [readme-preview](https://marketplace.visualstudio.com/items?itemName=manishsencha.readme-preview) extension installed. @@ -37,6 +37,7 @@ To commit and push: * One or multiple commits can be made before pushing up to the server. For a rule of thumb: - Commit frequently with relevant changes together - After any number of commits that sort of belong together have been made (like a new feature) then you would push the changes up to the git server +* The **Publish Branch** button is used to push commits to the server. ## Images in the documentation