added section on automatic login for git

This commit is contained in:
skyler 2025-05-03 16:24:22 +08:00
parent f127a040d0
commit 1d95497888

View File

@ -141,3 +141,10 @@ yay -S adobe-source-han-sans-otc-fonts
yay -S docker
sudo systemctl enable docker.server
sudo usermod -aG docker $USER
##git
just for automatic credential storing when not using ssh:
git config credential.helper store
git push