Skip to content

Commit

Permalink
ci: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Apr 22, 2024
1 parent 5a3a54a commit 319f27a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .githooks/init-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ if [ -z "$CI" ]; then
git config --local core.precomposeUnicode true
git config --local fetch.prune true
git config --local pull.rebase true
git config --local push.autoSetupRemote true
git config --local push.followTags true
git config --local rebase.autoStash true
git config --local remote.origin.prune true
Expand Down

0 comments on commit 319f27a

Please sign in to comment.