Add git helper for repositories
This commit is contained in:
parent
8d37961d52
commit
487b1b4e3b
@ -176,14 +176,3 @@
|
|||||||
LC_ALL=
|
LC_ALL=
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Pass Git Helper
|
|
||||||
:PROPERTIES:
|
|
||||||
:header-args: :tangle ~/.config/pass-git-helper/git-pass-mapping.ini
|
|
||||||
:header-args+: :comments both :mkdirp yes
|
|
||||||
:END:
|
|
||||||
|
|
||||||
#+BEGIN_SRC conf
|
|
||||||
[github.com*]
|
|
||||||
target=github.com/tdehaeze
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
|
@ -188,6 +188,9 @@
|
|||||||
|
|
||||||
[credential "https://github.com"]
|
[credential "https://github.com"]
|
||||||
username = tdehaeze
|
username = tdehaeze
|
||||||
|
|
||||||
|
[credential "https://git.tdehaeze.xyz"]
|
||||||
|
username = tdehaeze
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Diff-so-fancy
|
** Diff-so-fancy
|
||||||
@ -214,3 +217,20 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
Session.vim
|
Session.vim
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Pass Git Helper
|
||||||
|
:PROPERTIES:
|
||||||
|
:header-args: :tangle ~/.config/pass-git-helper/git-pass-mapping.ini
|
||||||
|
:header-args+: :comments both :mkdirp yes
|
||||||
|
:END:
|
||||||
|
|
||||||
|
#+BEGIN_SRC conf
|
||||||
|
[github.com*]
|
||||||
|
target=github.com/tdehaeze
|
||||||
|
|
||||||
|
[git.tdehaeze.xyz*]
|
||||||
|
target=git.tdehaeze.xyz/tdehaeze
|
||||||
|
|
||||||
|
[gitlab.esrf.fr*]
|
||||||
|
target=gitlab.esrf.fr/dehaeze
|
||||||
|
#+END_SRC
|
||||||
|
Loading…
Reference in New Issue
Block a user