We have git remote add origin http://...
to avoid repeating typing of actual source repo path. But how about git subtree --prefix=...
? It is hard to track, remember and unstable typing prefix path for each time when I pull/push subtree content.
Is there any built-in feature to track prefix path automatically?