flowgram.ai/common/git-hooks/post-checkout
tecvan be5d086811
chore: setup some common config (#66)
* chore: setup some common config

* chore: setup some common config

* chore: setup commit lint
2025-03-20 14:32:11 +08:00

5 lines
137 B
Bash
Executable File

#!/bin/bash
# avoid conflicts in pnpm lock
# https://7tonshark.com/posts/avoid-conflicts-in-pnpm-lock/
git config merge.ours.driver true