Add gitlab config

This commit is contained in:
Thomas Dehaeze 2020-11-16 13:48:54 +01:00
parent 6ea4bf277d
commit a10e2fbcc5

19
git.org
View File

@ -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
*~