Skip to content

Commit

Permalink
remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsEckart committed Mar 23, 2022
1 parent 73be822 commit 1d77a42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,17 @@
added = yellow
changed = green
untracked = cyan

[include]
path = ~/.dotfiles/.gitconfig-personal

[includeIf "gitdir/i:~/work/"]
path = ~/.dotfiles/.gitconfig-work

[user]
# But if, say, you want Git to use one email address for your open source projects and a different one for your work projects, you’ve undoubtedly
# made the mistake of committing to a new Git repository without having first set your email address in that repository.
# In this situation, Git emits a warning, but it creates the commit anyway, using an email address that it guesses from the local system hostname.
# If you’re trying to do something as complicated as different addresses for different projects, this is almost certainly not what you want.
# Now you can tell Git not to guess, but rather to insist that you set user.name and user.email explicitly before it will let you commit:
useConfigOnly = true

[diff]
# https://git-scm.com/docs/git-config#git-config-diffrenames
# Whether and how Git detects renames. If set to "false", rename detection is disabled.
Expand Down

0 comments on commit 1d77a42

Please sign in to comment.