-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95b8ac2
commit 92d6588
Showing
5 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
attributesfile = ~/.config/git/attributes | ||
[commit] | ||
gpgsign = true | ||
template = ~/.config/git/templates/message | ||
template = ~/.config/git/git-templates/templates/message | ||
[credential] | ||
helper = cache | ||
[diff] | ||
|
@@ -48,7 +48,7 @@ | |
postBuffer = 157286400 | ||
[init] | ||
defaultBranch = main | ||
templatedir = ~/.config/git/templates | ||
templatedir = ~/.config/git/git-templates/templates | ||
[merge] | ||
keepBackup = false | ||
tool = p4merge | ||
|
@@ -64,6 +64,8 @@ | |
ff = only | ||
[rebase] | ||
autoStash = true | ||
[url "[email protected]:"] | ||
insteadOf = https://github.com/ | ||
[include] | ||
path = alias.toml | ||
path = style.toml | ||
|
Submodule git-templates
added at
51063f
2 changes: 1 addition & 1 deletion
2
private_dot_config/git/run_after_git-hooks-setup.zsh
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
#/bin/zsh | ||
chmod +x "${XDG_CONFIG_HOME:-~/.config}/git/templates/hooks/*" | ||
chmod +x "${XDG_CONFIG_HOME:-~/.config}"/git/git-templates/templates/hooks/* |
Submodule templates
deleted from
7a4499