diff options
Diffstat (limited to 'config.org')
-rw-r--r-- | config.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.org b/config.org index 598d1d5..8293402 100644 --- a/config.org +++ b/config.org | |||
@@ -1478,6 +1478,12 @@ following in =cmd.exe= to set =$HOME= correctly: | |||
1478 | git config --global credential.helper store | 1478 | git config --global credential.helper store |
1479 | #+end_src | 1479 | #+end_src |
1480 | 1480 | ||
1481 | Okay, okay, using the =store= credential.helper is /super/ insecure. But | ||
1482 | here's the thing -- the Gits I Git at work (a) aren't my /real/ git, and | ||
1483 | (b) they're just tokens! So any time I think somebody got access, I | ||
1484 | just revoke the tokens and bingo bongo, good to go. If that's not | ||
1485 | true, please feel free to hack this repo and change this paragraph. | ||
1486 | |||
1481 | #+begin_src emacs-lisp :noweb-ref settings | 1487 | #+begin_src emacs-lisp :noweb-ref settings |
1482 | (setenv "GIT_ASKPASS" "git-gui--askpass") | 1488 | (setenv "GIT_ASKPASS" "git-gui--askpass") |
1483 | #+end_src | 1489 | #+end_src |