From 05a87bb0eb20345694a09c9e5e5930028c0c0339 Mon Sep 17 00:00:00 2001 From: Jacob Janzen Date: Wed, 7 Aug 2024 15:27:41 -0500 Subject: start installing config files --- gitconfig.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gitconfig.org') diff --git a/gitconfig.org b/gitconfig.org index 7ea0fc6..c907204 100644 --- a/gitconfig.org +++ b/gitconfig.org @@ -1,18 +1,18 @@ #+title: Git Configuration Define my full name and email. -#+begin_src conf :tangle .gitconfig +#+begin_src conf :tangle ~/.gitconfig [user] name = Jacob Janzen email = jjanzenn@proton.me #+end_src Use =main= over =master=. -#+begin_src conf :tangle .gitconfig +#+begin_src conf :tangle ~/.gitconfig [init] defaultBranch = main #+end_src Make =pull= rebase on conflict. -#+begin_src conf :tangle .gitconfig +#+begin_src conf :tangle ~/.gitconfig [pull] rebase = true #+end_src -- cgit v1.2.3