git track alias.

Used for starting to track new files without staging them.
This commit is contained in:
Gabe Venberg 2025-02-28 09:57:52 +01:00
parent d9e5f00b62
commit 01bca4daf6

View file

@ -36,6 +36,7 @@
graph = "log-long-line --graph --topo-order --all";
log-long-line = "log --pretty=format:'%C(auto)%h %C(cyan)%an %C(blue)%ar %C(auto)%d %s'";
recent = "branch --sort=-committerdate --format='%(committerdate:relative)%09%(refname:short)'";
track = "add -AN";
};
delta = {
enable = true;