I have sup aliased to submodule foreach 'git co master; git up' (co & up are aliases for checkout & pull --rebase, respectively.).
How do add a condition so that if the submodule name is Libraries/JSONKit, it checks out the branch named experimental, instead of master?
Add the following to
.git/config: