sam: Use vue key for vue git repos
This commit is contained in:
parent
31f95124c9
commit
c6b1107a78
1 changed files with 4 additions and 0 deletions
|
|
@ -117,6 +117,10 @@
|
||||||
condition = "gitdir:/home/chandler/projects/";
|
condition = "gitdir:/home/chandler/projects/";
|
||||||
contents.user.email = "chandler+pearson@chandlerswift.com";
|
contents.user.email = "chandler+pearson@chandlerswift.com";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
condition = "gitdir:/home/chandler/work/github-vue/";
|
||||||
|
contents.core.sshCommand = "ssh -i ~/.ssh/github-vue";
|
||||||
|
}
|
||||||
];
|
];
|
||||||
hooks = {
|
hooks = {
|
||||||
pre-commit = ../git-pre-commit-hook;
|
pre-commit = ../git-pre-commit-hook;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue