script for all the creds that get forgotten
parent
62e90c0fcc
commit
884afe7453
|
|
@ -1,3 +1,5 @@
|
|||
[user]
|
||||
email = amir@abdelbaki.eu
|
||||
name = The_miro
|
||||
[credential]
|
||||
helper = store
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
git config --global credential.helper store
|
||||
sudo pacman -Sy gnome-keyring
|
||||
Loading…
Reference in New Issue