aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 00:01:52 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-25 00:06:54 +0100
commitee4ee5ddbb8ea07f0f6ecfcec434efa110af278f (patch)
tree12e2dbacce890caf0bfe5b10d290653044df0eb4
parentssh: add my Mac key (diff)
downloadlinux-home-ee4ee5ddbb8ea07f0f6ecfcec434efa110af278f.tar.gz
linux-home-ee4ee5ddbb8ea07f0f6ecfcec434efa110af278f.zip
.gitconfig: fix whitespace
-rw-r--r--%HOME%/.gitconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig
index baa6f8a..29851fc 100644
--- a/%HOME%/.gitconfig
+++ b/%HOME%/.gitconfig
@@ -72,8 +72,8 @@
unhide = update-index --no-skip-worktree
hidden = !git ls-files -v | grep --basic-regexp \"^\\([[:lower:]]\\|S\\)\"
- # Squash the staging area with the latest commit.
- # Pass "-a" to skip using `git add`.
+ # Squash the staging area with the latest commit.
+ # Pass "-a" to skip using `git add`.
fixup = !GIT_EDITOR=true git commit --amend
# Life is too short.
@@ -87,6 +87,6 @@
required = true
[include]
- # Include a file with computer-specific settings (like a different
- # [user] section under a specific directory, etc.).
+ # Include a file with computer-specific settings (like a different
+ # [user] section under a specific directory, etc.).
path = ~/.gitconfig_local