-
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
Showing
3 changed files
with
52 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
[includeIf "gitdir:~/work/**"] | ||
path = ~/.config/git/config.work | ||
|
||
[includeIf "gitdir:~/nonwork/**"] | ||
path = ~/.config/git/config.nonwork | ||
|
||
[github] | ||
user = mishok13 | ||
|
||
[init] | ||
defaultBranch = main | ||
|
||
[user] | ||
useConfigOnly = true | ||
|
||
[merge] | ||
conflictStyle = zdiff3 | ||
autostash = true | ||
|
||
[pull] | ||
autostash = true | ||
|
||
[rebase] | ||
autostash = true | ||
|
||
[commit] | ||
gpgsign = true | ||
|
||
[gpg] | ||
format = ssh | ||
|
||
[gpg "ssh"] | ||
program = "/opt/1Password/op-ssh-sign" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[user] | ||
name = Andrii Mishkovskyi | ||
email = [email protected] | ||
|
||
[include] | ||
path = ~/.config/git/sensitive.nonwork |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
*~ | ||
|
||
# temporary files which can be created if a process still has a handle open of a deleted file | ||
.fuse_hidden* | ||
|
||
# KDE directory preferences | ||
.directory | ||
|
||
# Linux trash folder which might appear on any partition or disk | ||
.Trash-* | ||
|
||
# .nfs files are created when an open file is removed but is still being accessed | ||
.nfs* |