Skip to content

Commit

Permalink
filter-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Aug 7, 2023
1 parent 64716a3 commit daf54bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts-git/git filter-branch --force --index-filter.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
git filter-repo --invert-paths --path-glob "examples/model_coupling/external-linearmodel+template+instruction+path/*.svg"
git filter-repo --invert-paths --path-glob "examples/models/internal-linear-model/*.svg"

2 comments on commit daf54bb

@montyvesselinov
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/89233

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.5.0 -m "<description of version>" daf54bbb14fdcd5841495583662a7108c6169464
git push origin v1.5.0

Please sign in to comment.