From ab29025438d24228cf909d76552a8f65c505d6e7 Mon Sep 17 00:00:00 2001 From: Sebastian Gsell Date: Thu, 4 Apr 2024 21:11:36 +0200 Subject: [PATCH] Add info work on new local branch --- docs/source/development/how-to.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/source/development/how-to.md b/docs/source/development/how-to.md index 747e75c71..da0167fea 100644 --- a/docs/source/development/how-to.md +++ b/docs/source/development/how-to.md @@ -41,6 +41,14 @@ to estimagic's style guide. $ pip install -e . ``` +1. Create a new local branch + + ```bash + $ git checkout -b YOUR_BRANCH + ``` + + This assumes that you are on the estimagic main branch, which you are by default. + 1. Implement the fix or new feature. To stage your changes for commit, type ```bash