Latest
This commit is contained in:
parent
01a6a6c3bb
commit
688f9f564a
1 changed files with 5 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue