This commit is contained in:
2025-05-02 19:42:43 -04:00
parent 93f4e12728
commit 168ead7869

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 = commit -am "save"
qs = "!f() { git commit -am "save" && git push; }; f"
[merge]
ff = only
[fetch]