added section on automatic login for git
This commit is contained in:
parent
f127a040d0
commit
1d95497888
@ -141,3 +141,10 @@ yay -S adobe-source-han-sans-otc-fonts
|
|||||||
yay -S docker
|
yay -S docker
|
||||||
sudo systemctl enable docker.server
|
sudo systemctl enable docker.server
|
||||||
sudo usermod -aG docker $USER
|
sudo usermod -aG docker $USER
|
||||||
|
|
||||||
|
##git
|
||||||
|
just for automatic credential storing when not using ssh:
|
||||||
|
|
||||||
|
git config credential.helper store
|
||||||
|
|
||||||
|
git push
|
||||||
|
Loading…
x
Reference in New Issue
Block a user