Michal Aron <aronmgv@xxxxxxxxx> writes: > 1) global config having init.defaultBranch = master > 2) global config having alias com = checkout [ init.defaultBranch ] I do not think it is a good idea to special case just a single configuration variable and come up with a special syntax to refer to it. Isn't [alias] com = !git checkout $(git config init.defaultBranch) sufficient?