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