From 93f4a51aaf1d6e0e238494dc0d2a790f5fec0b21 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Sat, 3 May 2025 21:42:48 -0400 Subject: [PATCH] save --- git/.config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/.config/git/config b/git/.config/git/config index b6b1d93..4b22e6e 100644 --- a/git/.config/git/config +++ b/git/.config/git/config @@ -6,7 +6,7 @@ ui = auto [alias] branches = for-each-ref --sort=-committerdate --format=\"%(color:blue)%(authordate:relative)\t%(color:red)%(authorname)\t%(color:white)%(color:bold)%(refname:short)\" refs/remotes - qs = "!f() { git commit -am "save" && git push; }; f" + qs = "!f() { git add . && git commit -am "save" && git push; }; f" [merge] ff = only [fetch]