diff options
author | 2025-01-31 17:32:58 +0000 | |
---|---|---|
committer | 2025-01-31 17:56:06 +0000 | |
commit | fe66698447f15f4028d89e3f02793fc024126e60 (patch) | |
tree | 82cec5352256e3e8a9f521942e8639a10faa3765 /home | |
parent | 107627ef134e9e9da32ddfb73538459364772912 (diff) | |
download | dotfiles-fe66698447f15f4028d89e3f02793fc024126e60.tar.gz dotfiles-fe66698447f15f4028d89e3f02793fc024126e60.tar.bz2 dotfiles-fe66698447f15f4028d89e3f02793fc024126e60.zip |
[git] Change work directory
Diffstat (limited to 'home')
-rw-r--r-- | home/.config/git/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.config/git/config b/home/.config/git/config index 0ead8e7..e1befe1 100644 --- a/home/.config/git/config +++ b/home/.config/git/config @@ -127,6 +127,7 @@ dl = -c diff.external=difft log -p --ext-diff ds = -c diff.external=difft show --ext-diff dft = -c diff.external=difft diff +[includeIf "gitdir:/devspace/"] path = config-work [includeIf "gitdir:~/doxfiles/.git"] path = config-personal |