I have a repository with a repo/.git/config file where aliases are defined.
Is there a handy way to import those aliases in the repo-clone/.git/config file generated by the git clone repo repo-clone command ?
The two repositories are on different devices so I cannot use this solution witch uses the global configuration file ($HOME/.gitconfig).
EDIT
I found a new answer, more related to this particular case of importing aliases when cloning, please see comments below.