From 74afb1e15be94c9cebcb383c7052b89491b2f2a2 Mon Sep 17 00:00:00 2001 From: watts Date: Tue, 28 Oct 2025 11:08:09 +0100 Subject: [PATCH] Update Update-Pixelator-Version --- Update-Pixelator-Version.-.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Update-Pixelator-Version.-.md b/Update-Pixelator-Version.-.md index 4c2e926..c459f50 100644 --- a/Update-Pixelator-Version.-.md +++ b/Update-Pixelator-Version.-.md @@ -80,7 +80,11 @@ The new code can be downloaded from `gitea.psi.ch`. There are 3 ways to do this: # Switch Branch (optional) -If you wish to use a feature that is still under development, it might be in a special branch of the code (the standard branch is called `master`). To list the available branches: +If you wish to use a feature that is still under development, it might be in a special branch of the code (the standard branch is called `master`). First, make sure that you are in the git repo directory: +``` +cd ~/work/stxm-new-version +``` +To list the available branches: ``` git branch -a ```