From db8e7561589d115419c5aee0821f3f120610a227 Mon Sep 17 00:00:00 2001 From: Thomas Dehaeze Date: Mon, 16 Nov 2020 13:48:54 +0100 Subject: [PATCH] Add gitlab config --- git.org | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/git.org b/git.org index 788f332..ce27f93 100644 --- a/git.org +++ b/git.org @@ -18,10 +18,10 @@ :END: * Gitconfig - :PROPERTIES: - :header-args:conf: :tangle ~/.gitconfig - :header-args:conf+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args:conf: :tangle ~/.gitconfig +:header-args:conf+: :comments both :mkdirp yes +:END: ** Aliases #+BEGIN_SRC conf @@ -191,6 +191,9 @@ [credential "https://git.tdehaeze.xyz"] username = tdehaeze + +[credential "https://gitlab.esrf.fr"] + username = dehaeze #+END_SRC ** Diff-so-fancy @@ -207,10 +210,10 @@ #+END_SRC * Global Git Ignore - :PROPERTIES: - :header-args:conf: :tangle ~/.gitignore_global - :header-args:conf+: :comments both :mkdirp yes - :END: +:PROPERTIES: +:header-args:conf: :tangle ~/.gitignore_global +:header-args:conf+: :comments both :mkdirp yes +:END: #+BEGIN_SRC conf *~