Add git helper for repositories

This commit is contained in:
Thomas Dehaeze 2020-11-03 11:34:24 +01:00
parent 8d37961d52
commit 487b1b4e3b
2 changed files with 20 additions and 11 deletions

View File

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

View File

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