#!/bin/bash pushd ~/Work for i in */.git; do ( echo $i; cd $i/..; git restore .; git clean -d -fx; git submodule foreach –recursive git restore .; git submodule foreach –recursive git clean -d -xf; ); done popd
|
||||||
|
#!/bin/bash pushd ~/Work for i in */.git; do ( echo $i; cd $i/..; git restore .; git clean -d -fx; git submodule foreach –recursive git restore .; git submodule foreach –recursive git clean -d -xf; ); done popd #!/bin/bash pushd ~/Work for i in */.git; do ( echo $i; cd $i/..; git pull; git submodule update –recursive; ); done popd
Cmd(Ctrl) + F 또는 Cmd + Shift + F 를 눌러서 [^\x00-\x7F]+ 키워드로 검색 |
||||||
|
Copyright © 2025 anydragon - All Rights Reserved Powered by WordPress & Atahualpa |
||||||