This commit is contained in:
Brian Zalewski 2023-11-30 02:02:58 +00:00
parent 01a6a6c3bb
commit 688f9f564a

View file

@ -1,4 +1,8 @@
{{ $gitArgs := 'clone.args = ["--depth", "1"]' }}
{{ define "gitArgs" }}
clone.args = ["--depth", "1"]
pull.args = ["--ff-only"]
{{ end }}
{{ $gitArgs := template "gitArgs" }}
### Git Template
# [".config/git/template/_/husky.sh"]