summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2021-09-17 22:36:32 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2021-09-17 22:36:32 +0200
commit7d5f6f369b178bf8ac7896192095ed371e0ec5c1 (patch)
treeb9ef6dd238acf1bfe1c339bb8bb1bb7b29223249
parent786d69e996e43f628c5be10c616b87b2e90c36fd (diff)
downloaddotfiles-7d5f6f369b178bf8ac7896192095ed371e0ec5c1.tar.gz
dotfiles-7d5f6f369b178bf8ac7896192095ed371e0ec5c1.zip
git: change name / set default branch name / remove editor
-rw-r--r--gitconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/gitconfig b/gitconfig
index 1a0a7d8..948036a 100644
--- a/gitconfig
+++ b/gitconfig
@@ -3,9 +3,9 @@
[user]
email = johannes.stoelp@gmail.com
- name = johannst
-[core]
- editor = vim
+ name = Johannes Stoelp
+[init]
+ defaultBranch = main
[color]
ui = true
[diff]