Add gitlab config
This commit is contained in:
parent
6ea4bf277d
commit
a10e2fbcc5
19
git.org
19
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
|
||||
*~
|
||||
|
Loading…
Reference in New Issue
Block a user