Update 8 files
- /home/private_dot_config/git/template/symlink_post-commit - /home/private_dot_config/git/template/symlink_commit-msg - /home/private_dot_config/git/template/symlink_post-checkout - /home/private_dot_config/git/template/symlink_post-merge - /home/private_dot_config/git/template/symlink_post-rewrite - /home/private_dot_config/git/template/symlink_pre-commit - /home/private_dot_config/git/template/symlink_pre-push - /home/private_dot_config/git/template/symlink_prepare-commit-msg
This commit is contained in:
parent
a431e397c7
commit
768e838307
8 changed files with 8 additions and 24 deletions
|
@ -1,3 +1 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/commit-msg
|
||||
{{- end -}}
|
||||
~/.local/src/shared-common/common/.config/husky/commit-msg
|
|
@ -1,3 +1 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-checkout
|
||||
{{- end -}}
|
||||
~/.local/src/shared-common/common/.config/husky/post-checkout
|
|
@ -1,3 +1 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-commit
|
||||
{{- end -}}
|
||||
~/.local/src/shared-common/common/.config/husky/post-commit
|
|
@ -1,3 +1 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-merge
|
||||
{{- end -}}
|
||||
~/.local/src/shared-common/common/.config/husky/post-merge
|
|
@ -1,3 +1 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/post-rewrite
|
||||
{{- end -}}
|
||||
~/.local/src/shared-common/common/.config/husky/post-rewrite
|
|
@ -1,3 +1 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/pre-commit
|
||||
{{- end -}}
|
||||
~/.local/src/shared-common/common/.config/husky/pre-commit
|
|
@ -1,3 +1 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/pre-push
|
||||
{{- end -}}
|
||||
~/.local/src/shared-common/common/.config/husky/pre-push
|
|
@ -1,3 +1 @@
|
|||
{{- if true -}}
|
||||
{{ .host.home }}/.local/src/shared-common/common/.config/husky/prepare-commit-msg
|
||||
{{- end -}}
|
||||
~/.local/src/shared-common/common/.config/husky/prepare-commit-msg
|
Loading…
Reference in a new issue