Skip to content

Commit

Permalink
feat: add git config for Salary Hero
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsd committed Jul 5, 2024
1 parent a9516e3 commit 0cadf3e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/git/config
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
[user]
name = ntsd
email = [email protected]
signingkey = 4ADDC83E1C02CC27

# include config if the path for company repo
[includeIf "gitdir/i:salaryhero/"]
path = config.salaryhero

[commit]
gpgsign = true

[github]
user = ntsd
Expand Down
3 changes: 3 additions & 0 deletions config/git/config.salaryhero
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[user]
email = [email protected]
name = Jirawat Boonkumnerd

0 comments on commit 0cadf3e

Please sign in to comment.