Skip to content

Commit

Permalink
fix: include directions to correctly setup gitdir includeIf
Browse files Browse the repository at this point in the history
  • Loading branch information
jthegedus committed Jun 12, 2024
1 parent 7f8a37f commit 119b0aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions home/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,8 @@
colorMoved = default

# Include user & email config from non-shared Git config file
#
# NOTE: you will need to run `git init` in the specified directory, in this example,
# "~/dev", so that the ".git" folder is created and then recognised by this feature
[includeIf "gitdir:~/dev/"]
path = ~/dev/.gitconfig-dev

0 comments on commit 119b0aa

Please sign in to comment.