This commit is contained in:
2025-05-03 21:42:48 -04:00
parent 168ead7869
commit 93f4a51aaf

View File

@@ -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]