dep updates etc #99

Open
nwesterhausen wants to merge 6 commits from some-changes into main
nwesterhausen commented 2024-05-29 16:02:20 +00:00 (Migrated from github.com)
No description provided.
This pull request has changes conflicting with the target branch.
  • .vscode/settings.json
  • Cargo.lock
  • lib/Cargo.toml
  • lib/bindings/DFRawJson-Tauri.d.ts
  • lib/bindings/DFRawJson.d.ts
  • lib/src/parsed_definitions/creature.rs
  • lib/src/parsed_definitions/inorganic.rs
  • lib/src/parsed_definitions/plant.rs
  • update_bindings.ps1
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin some-changes:some-changes
git switch some-changes

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff some-changes
git switch some-changes
git rebase main
git switch main
git merge --ff-only some-changes
git switch some-changes
git rebase main
git switch main
git merge --no-ff some-changes
git switch main
git merge --squash some-changes
git switch main
git merge --ff-only some-changes
git switch main
git merge some-changes
git push origin main
Sign in to join this conversation.
No description provided.