From 654485bf65f68a9fb9c98220d8784bf9abd273da Mon Sep 17 00:00:00 2001 From: Jonathan Loske <03-tarpon.faeries@icloud.com> Date: Mon, 15 Jan 2024 14:39:01 +0100 Subject: [PATCH] include steps to create a new stack in readme --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index bc3dcaa..44ccd5d 100644 --- a/readme.md +++ b/readme.md @@ -146,6 +146,10 @@ MERGED #59 Feature 2 By default merges are done using the rebase merge method, this can be changed using the mergeMethod configuration. +Starting a New Stack +--------------------- +Starting a new stack works by creating a new branch. For example, if you want to start a new stack from the latest pushed state of your current branch, use `git checkout -b new_branch @{push}`. + Configuration ------------- When the script is run for the first time two config files are created.