-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Installation: Support for editable installations of icedyno
- Loading branch information
1 parent
d4861a6
commit 41c5020
Showing
5 changed files
with
608 additions
and
410 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# IceDyno Dev Workflow | ||
|
||
This is where we should document how we should merge/rebase/squash/etc and things we should know while working. | ||
|
||
## Resolving rebase conflicts with pixi.lock | ||
You will only enounter this if you have added/removed dependencies and main has received commits since you first branched that included new/removed dependencies. | ||
|
||
If you encounter this, please make sure that the pixi.toml contains the (non-duplicated) additions from your commits and main's, then delete the pixi.lock and run `pixi install` to regnerate the lock file given both sets of dependencies. |
Oops, something went wrong.