From 1d95497888ec561c246475348d1925e4cbc4c40f Mon Sep 17 00:00:00 2001 From: skyler Date: Sat, 3 May 2025 16:24:22 +0800 Subject: [PATCH] added section on automatic login for git --- linux/current_hyprland_installation.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/linux/current_hyprland_installation.md b/linux/current_hyprland_installation.md index a0b7b96..f3f5256 100644 --- a/linux/current_hyprland_installation.md +++ b/linux/current_hyprland_installation.md @@ -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