Skip to content

Commit ac63e8b

Browse files
committed
Merge pull request #3 from kejistan/master
Fix to tabs vs spaces in gitconfig
2 parents e5fd2ba + 0d56d44 commit ac63e8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gitconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
[push]
4343
default = matching
4444
[include]
45-
# Add private configurations (eg github tokens) to the .gitprivate file
46-
# This requires (at minimum) git 1.7.10
47-
path = .gitprivate
45+
# Add private configurations (eg github tokens) to the .gitprivate file
46+
# This requires (at minimum) git 1.7.10
47+
path = .gitprivate

0 commit comments

Comments
 (0)