Skip to content

Commit

Permalink
Fix: use ~ to link to gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWolf-01 committed Jan 4, 2024
1 parent 7d136b7 commit 2935c38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@

[core]
excludesfile = ~/.gitignore_global
attributesfile = /home/max/.gitattributes
attributesfile = ~/.gitattributes

# Allow local customizations in the .gitconfig_local file
[include]
path = ~/.gitconfig_local

[pull]
ff = only
#[pull]
# ff = only

[push]
autoSetupRemote = true
Expand Down

0 comments on commit 2935c38

Please sign in to comment.