mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-27 17:01:20 -04:00
Clean git repos when updating tools
[skip ci]
This commit is contained in:
parent
5f981f628e
commit
93c09b759f
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ git_checkout() {
|
|||
|
||||
# Checkout the specified version
|
||||
git reset --hard "$version"
|
||||
git clean -f && git submodule update
|
||||
git clean -fdx && git submodule update
|
||||
}
|
||||
|
||||
# Log output to a file and only print lines with keywords
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue