parent
7ef65efaaa
commit
6b1a4c138a
@ -0,0 +1,10 @@
|
|||||||
|
# This is Git's per-user configuration file.
|
||||||
|
[user]
|
||||||
|
# Please adapt and uncomment the following lines:
|
||||||
|
name = Micke Nordin
|
||||||
|
email = mik@elnord.in
|
||||||
|
[pull]
|
||||||
|
ff = only
|
||||||
|
[credential "https://github.com"]
|
||||||
|
username = mickenordin
|
||||||
|
helper = /home/micke/.local/bin/github-askpass
|
@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
/usr/bin/pass show github.com/micke-apinyckel
|
Loading…
Reference in new issue