diff --git a/git/config b/git/config index 6877c7c..3497ed8 100644 --- a/git/config +++ b/git/config @@ -1,5 +1,5 @@ [alias] - aliases = config --get-regexp alias + aliases = config --get-regexp --includes alias branchsort = branch --sort='-committerdate' --format='%(HEAD) %(color:blue)%(committerdate:short)%(color:reset) %(if)%(worktreepath)%(then)%(color:reverse yellow)%(refname:short)%(color:reset)%(else)%(color:yellow)%(refname:short)%(color:reset)%(end) %(color:green)%(upstream:short)%(color:reset)' can = commit --amend --no-edit cand = commit --amend --no-edit --date=now