Skip to content

Commit

Permalink
Rename TulipaBulb in README.dev.md (#92)
Browse files Browse the repository at this point in the history
* Rename TulipaBulb in README.dev.md
* Rename additional 'Bulb' references
  • Loading branch information
sjvrijn committed Sep 20, 2023
1 parent 200dc2c commit afb441e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ line-endings for text files (source code).
Disable any ambiguity in your global and current repository settings:

```shell
cd /path/to/TulipaBulb.jl
git config --unset core.autocrlf # disable autocrlf in the Bulb repo
cd /path/to/TulipaEnergyModel.jl
git config --unset core.autocrlf # disable autocrlf in the EnergyModel repo
git config --global core.autocrlf false # explicitly disable autocrlf globally
git config --global --unset core.eol # disable explicit file-ending globally
git config core.eol lf # set Linux style file-endings in Bulb
git config core.eol lf # set Linux style file-endings in EnergyModel
```

1. Fork this repository.
Expand Down

0 comments on commit afb441e

Please sign in to comment.