Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: minor tweaks and typos #369

Merged
merged 1 commit into from
Sep 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ A prefered configuration engine can also be stored as
# idefix.cfg

[idfx conf]
# use configure.py
engine = python
# or CMake
# use CMake
engine = cmake
# or configure.py (Idefix < 1.0)
engine = python
```
though this is mostly useful for testing purposes. In general `idfx conf`
automatically determines which configuration system to use based on
resources available. Cmake is prefered over Python when both are available.
available resources. CMake is prefered over Python when both are available.

Any option passed on the command line will override its equivalent persistent
configuration.
Expand Down Expand Up @@ -305,7 +305,7 @@ into
$ idfx switch mybranch
```

Bonus: if no branch is specified, switch the most recently visited other branch.
Bonus: if no branch is specified, switch to the most recently visited other branch.


## `idfx read`
Expand Down