Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixup! 🚀 feat(git): add work email to .gitconfig_work for work-relate…
Browse files Browse the repository at this point in the history
…d commits 📝 chore(installers.sh): fix shebang line in installers.sh script to use correct bash path
zakaria-fadli-netatmo committed Nov 27, 2024
1 parent fdc7abb commit fce41d3
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions git/.gitconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
[core]
editor = nvim
excludesfile = /home/zfadli/.gitignore_global

[user]
name = Zakaria Fadli
mail = zakaria1193@gmail.com

[includeIf "gitDir:~/work"]
path = ~/.gitconfig_work
[includeIf "gitdir:/home/zfadli/work/"]
path = ~/.gitconfig_work

[pull]
rebase = true

[push]
default = upstream

[core]
editor = nvim
excludesfile = /home/zfadli/.gitignore_global

[status]
submoduleSummary = 1

2 changes: 1 addition & 1 deletion git/.gitconfig_work
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[user]
email = zakaria.fadli@legrand.com
mail = zakaria.fadli@legrand.com

0 comments on commit fce41d3

Please sign in to comment.