Skip to content

Commit

Permalink
Add info work on new local branch
Browse files Browse the repository at this point in the history
  • Loading branch information
segsell committed Apr 4, 2024
1 parent fc3b7d4 commit ab29025
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/source/development/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab29025

Please sign in to comment.