Add gitlab config
This commit is contained in:
parent
6ea4bf277d
commit
a10e2fbcc5
19
git.org
19
git.org
@ -18,10 +18,10 @@
|
|||||||
:END:
|
:END:
|
||||||
|
|
||||||
* Gitconfig
|
* Gitconfig
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:conf: :tangle ~/.gitconfig
|
:header-args:conf: :tangle ~/.gitconfig
|
||||||
:header-args:conf+: :comments both :mkdirp yes
|
:header-args:conf+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
** Aliases
|
** Aliases
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
@ -191,6 +191,9 @@
|
|||||||
|
|
||||||
[credential "https://git.tdehaeze.xyz"]
|
[credential "https://git.tdehaeze.xyz"]
|
||||||
username = tdehaeze
|
username = tdehaeze
|
||||||
|
|
||||||
|
[credential "https://gitlab.esrf.fr"]
|
||||||
|
username = dehaeze
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Diff-so-fancy
|
** Diff-so-fancy
|
||||||
@ -207,10 +210,10 @@
|
|||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Global Git Ignore
|
* Global Git Ignore
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:header-args:conf: :tangle ~/.gitignore_global
|
:header-args:conf: :tangle ~/.gitignore_global
|
||||||
:header-args:conf+: :comments both :mkdirp yes
|
:header-args:conf+: :comments both :mkdirp yes
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
#+BEGIN_SRC conf
|
||||||
*~
|
*~
|
||||||
|
Loading…
Reference in New Issue
Block a user