aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-04-07 08:48:44 +0200
committerThomas Schmucker <ts@its1.de>2023-04-07 08:48:44 +0200
commitd73b88e18b310a2398b63e9e9756fc9aaa613c67 (patch)
tree2cee714abc850515e9f3a8d9bc3ca21321ae5c08 /git
parenta39edfcd1776b2e17cddc6371142f44dabe3d1ad (diff)
downloaddotfiles-d73b88e18b310a2398b63e9e9756fc9aaa613c67.tar.gz
dotfiles-d73b88e18b310a2398b63e9e9756fc9aaa613c67.tar.bz2
dotfiles-d73b88e18b310a2398b63e9e9756fc9aaa613c67.zip
Setze den Standardnamen für neue Repositories auf "master".
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/git/gitconfig b/git/gitconfig
index e9f51da..92ca318 100644
--- a/git/gitconfig
+++ b/git/gitconfig
@@ -2,6 +2,9 @@
2 email = ts@its1.de 2 email = ts@its1.de
3 name = Thomas Schmucker 3 name = Thomas Schmucker
4 4
5[init]
6 defaultBranch = master
7
5[core] 8[core]
6 pager = delta 9 pager = delta
7 10